mirror of
https://github.com/zeldaret/tmc
synced 2026-07-27 06:45:35 -04:00
header overhaul
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user