diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |