Decompile setupGetPtrToCommandByIndex

This commit is contained in:
Ryan Dwyer
2021-09-11 17:49:46 +10:00
parent ec2c8a096b
commit de93aa0113
2 changed files with 20 additions and 45 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "types.h"
u32 setupGetCommandLength(u32 *cmd);
u32 *setupGetPtrToCommandByIndex(u32 cmdindex);
u32 *setupGetPtrToCommandByIndex(s32 cmdindex);
s32 tagGetCommandIndex(struct tag *tag);
u32 setupGetCommandIndexByProp(struct prop *prop);
bool modelLoad(s32 propnum);