aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index e4fc1ee..d93f941 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,4 +1,6 @@
-struct Background {
- float R, G, B, A;
-};
+typedef struct {
+ float pos[3];
+ float color[3];
+} vertex;
+enum AXIS {X_AXIS, Y_AXIS, Z_AXIS};
Feel free to download, copy and edit any repo