More byteswaps in hsfload.c

This commit is contained in:
dbalatoni13 2025-04-10 16:39:36 +02:00
parent f31f250258
commit 319eb2076c
13 changed files with 499 additions and 190 deletions

View file

@ -8,5 +8,8 @@ void ClusterAdjustObject(HsfData *model, HsfData *src_model);
char *SetName(u32 *str_ofs);
char *MakeObjectName(char *name);
s32 CmpObjectName(char *name1, char *name2);
#ifdef TARGET_PC
void KillHSF(HsfData *data);
#endif
#endif