Clean up board/window.c

This commit is contained in:
gamemasterplc 2024-01-01 19:34:44 -06:00
parent 8f7ab5eaaa
commit eea75a7068
5 changed files with 114 additions and 115 deletions

View file

@ -5,7 +5,7 @@
void GWInit(void);
void GWGameStatReset(void);
s16 GWMessSpeedGet(void);
s32 GWMessSpeedGet(void);
void GWMGRecordSet(int index, s32 value);
s32 GWMGRecordGet(int index);
void GWCharColorGet(int character, GXColor *color);