Refresh 16.5

This commit is contained in:
username
2025-02-16 23:53:25 -05:00
parent 9921382a68
commit 34c7de55c3
409 changed files with 25674 additions and 17452 deletions

View File

@@ -57,6 +57,12 @@ typedef s8 RoomData; // Rooms are limited to -128 to 127. Change the type if you
typedef Collision TerrainData;
typedef TerrainData Vec3Terrain[3];
#define M_GFXTASK 1
#define M_AUDTASK 2
#define M_VIDTASK 3
#define M_HVQTASK 6
#define M_HVQMTASK 7
enum SpTaskState {
SPTASK_STATE_NOT_STARTED,
SPTASK_STATE_RUNNING,