summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'Label.h')
-rw-r--r--Label.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Label.h b/Label.h
new file mode 100644
index 0000000..25d9d4f
--- /dev/null
+++ b/Label.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <raylib.h>
+
+
+struct Label
+{
+ Vector2 pos;
+ Vector2 base;
+ float depth;
+};