aboutsummaryrefslogtreecommitdiff
path: root/include/marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/marker.h')
-rw-r--r--include/marker.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/marker.h b/include/marker.h
new file mode 100644
index 0000000..5a6e302
--- /dev/null
+++ b/include/marker.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "raylib.h"
+
+typedef struct {
+ Vector2 position;
+ const char* name;
+} Marker;
+
+