Decompile more of board/main.c

This commit is contained in:
gamemasterplc 2024-01-18 22:50:11 -06:00
parent 8b2bec5e07
commit cea9598a34
5 changed files with 255 additions and 24 deletions

View file

@ -46,5 +46,6 @@ void BoardPlayerAutoSizeSet(s32 player, s32 value);
void BoardPlayerMotionStart(s32, s32, s32);
void BoardPlayerMotionShiftSet(s32 player, s32 arg1, float start, float end, u32 attr);
void BoardPlayerRotYSet(s32 player, float rot_y);
void BoardPlayerZoomRestore(s32 player);
#endif