Matched game/board/start
This commit is contained in:
parent
c1fa0f8873
commit
c623d8549f
11 changed files with 903 additions and 4 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include "game/board/player.h"
|
||||
#include "game/board/shop.h"
|
||||
#include "game/board/space.h"
|
||||
#include "game/board/start.h"
|
||||
#include "game/board/tutorial.h"
|
||||
#include "game/board/ui.h"
|
||||
#include "game/pad.h"
|
||||
|
|
@ -63,7 +64,6 @@ static CameraView camViewTbl[] = {
|
|||
|
||||
|
||||
extern void BoardMGSetupPlayClear(void);
|
||||
extern void BoardStartExec(void);
|
||||
|
||||
static void InitBoardFunc(omObjData *object);
|
||||
static void ExecBoardFunc(omObjData *object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue