More byteswaps
This commit is contained in:
parent
10efa92153
commit
b480f7bfce
5 changed files with 147 additions and 92 deletions
|
|
@ -7,6 +7,7 @@ extern "C"
|
|||
#endif
|
||||
|
||||
#include "game/animdata.h"
|
||||
#include "game/hsfformat.h"
|
||||
|
||||
void byteswap_u32(u32 *src);
|
||||
void byteswap_s32(s32 *src);
|
||||
|
|
@ -17,6 +18,9 @@ void byteswap_animbmpdata(void *src, AnimBmpData *dest);
|
|||
void byteswap_animframedata(AnimFrameData *src);
|
||||
void byteswap_animlayerdata(AnimLayerData *src);
|
||||
|
||||
|
||||
void byteswap_hsfheader(HsfHeader *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue