mirror of
https://github.com/zeldaret/ss
synced 2026-08-20 06:06:16 -04:00
fixed up typedef for u32 and s32 from mistake long ago
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ public:
|
||||
/* 80050980 */ static void resetFlags();
|
||||
/* 800509a0 */ static bool isActorPlayer(dBase_c &);
|
||||
/* 800509e0 */ static void initLoader();
|
||||
/* 80050a00 */ static dBase_c *createBase(ProfileName, dBase_c *, unsigned long, u8);
|
||||
/* 80050a10 */ static dBase_c *createRoot(ProfileName, unsigned long, u8);
|
||||
/* 80050a00 */ static dBase_c *createBase(ProfileName, dBase_c *, u32, u8);
|
||||
/* 80050a10 */ static dBase_c *createRoot(ProfileName, u32, u8);
|
||||
|
||||
private:
|
||||
/* 800509c0 */ static int loadAsyncCallback();
|
||||
|
||||
Reference in New Issue
Block a user