]> git.lizzy.rs Git - shadowclad.git/blob - typedefs.h
Choose C99 and make code a bit more standards-compliant
[shadowclad.git] / typedefs.h
1 #ifndef TYPEDEFS_H_
2 #define TYPEDEFS_H_
3
4 typedef float point3f[3];
5
6 #endif