Move int to s32
This commit is contained in:
parent
ec5f686ffb
commit
2f41ab51e7
8 changed files with 67 additions and 61 deletions
|
|
@ -7,6 +7,6 @@ HsfData *LoadHSF(void *data);
|
|||
void ClusterAdjustObject(HsfData *model, HsfData *src_model);
|
||||
char *SetName(u32 *str_ofs);
|
||||
char *MakeObjectName(char *name);
|
||||
int CmpObjectName(char *name1, char *name2);
|
||||
s32 CmpObjectName(char *name1, char *name2);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue