added ModelID type

This commit is contained in:
someone2639
2021-05-26 17:49:13 -04:00
committed by farisawan-2000
parent a45f38f06d
commit 2bedce7f1f

View File

@@ -54,6 +54,7 @@ typedef s16 Trajectory;
typedef s16 PaintingData;
typedef uintptr_t BehaviorScript;
typedef u8 Texture;
typedef u16 ModelID;
enum SpTaskState {
SPTASK_STATE_NOT_STARTED,