aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.h b/src/main.h
index d93f941..13b7b28 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,6 +1 @@
-typedef struct {
- float pos[3];
- float color[3];
-} vertex;
-
-enum AXIS {X_AXIS, Y_AXIS, Z_AXIS};
+#define vec3(x, y, z) linearVec3(x, y, z).vector
Feel free to download, copy and edit any repo