Entity positions.
This commit is contained in:
@@ -19,4 +19,9 @@ typedef float float_t;
|
||||
typedef double double_t;
|
||||
|
||||
extern char_t EXECUTABLE_PATH[];
|
||||
extern char_t EXECUTABLE_DIRECTORY[];
|
||||
extern char_t EXECUTABLE_DIRECTORY[];
|
||||
|
||||
typedef uint32_t uvec4_t[4];
|
||||
typedef uint32_t uvec3_t[3];
|
||||
typedef uint32_t uvec2_t[2];
|
||||
typedef uint32_t uint_t;
|
||||
Reference in New Issue
Block a user