header overhaul

This commit is contained in:
theo3
2021-12-20 02:02:33 -08:00
parent 0d5eae8696
commit 6cff332e57
233 changed files with 692 additions and 943 deletions
+4 -2
View File
@@ -38,7 +38,7 @@ void MemCopy(const void* src, void* dest, u32 size);
*/
void ReadKeyInput(void);
void LoadPalettes(const u8*, int, int);
void LoadPalettes(const u8*, s32, s32);
void LoadPaletteGroup(u32 group);
void SetColor(u32 colorIndex, u32 color);
void SetFillColor(u32 color, u32 arg1);
@@ -70,4 +70,6 @@ void zFree(void* ptr);
*/
void DispReset(bool32 updateHUD);
#endif
u32 CheckPlayerProximity(u32, u32, u32, u32);
#endif