]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/geometry.h
Rename typedefs.h to geometry.h
[shadowclad.git] / src / engine / geometry.h
1 #ifndef GEOMETRY_H_
2 #define GEOMETRY_H_
3
4 typedef struct {
5         float x;
6         float y;
7         float z;
8 } Vector3D;
9
10 #endif