aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
blob: d93f9419d0623da464b29bb58ae0917e1beb0239 (plain)
1
2
3
4
5
6
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