Entity positions.

This commit is contained in:
2025-03-02 12:57:20 -06:00
parent 6c3305be10
commit c8abdcb82e
16 changed files with 175 additions and 31 deletions

View File

@@ -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;