]> git.lizzy.rs Git - shadowclad.git/blob - typedefs.h
Refactor handling of imported assets a bit
[shadowclad.git] / typedefs.h
1 #ifndef TYPEDEFS_H_
2 #define TYPEDEFS_H_
3
4 typedef float point3f[3];
5
6 #endif