Add HuDecodeData Prototype

This commit is contained in:
gamemasterplc 2023-11-22 11:49:43 -06:00
parent 6a36937d9d
commit 84b3e69630

View file

@ -22,6 +22,7 @@ void fn_80045F74(s16, s32);
s32 fn_800578E4(void);
void fn_1_26C(void);
void HuDecodeData(void *src, void *dst, u32 size, int decode_type);
void HuMemInitAll(void);
void *HuMemInit(void *ptr, s32 size);