Matched game/board/char_wheel + some unsplit cleanup

This commit is contained in:
mrshigure 2024-03-10 00:26:44 -08:00
parent 4008d02dda
commit 16e5f39954
15 changed files with 558 additions and 30 deletions

View file

@ -14,6 +14,7 @@
#include "game/board/model.h"
#include "game/board/pause.h"
#include "game/board/player.h"
#include "game/board/space.h"
#include "game/board/tutorial.h"
#include "game/board/ui.h"
#include "game/pad.h"
@ -60,8 +61,6 @@ static CameraView camViewTbl[] = {
};
extern s32 BoardSpacePosGet(s32 layer, s32 space, Vec *pos);
extern void BoardMGSetupPlayClear(void);
extern void BoardStartExec(void);