Matched board/tutorial

This commit is contained in:
mrshigure 2024-02-11 00:26:08 -08:00
parent 7d2a6cdac8
commit a6ab530d81
15 changed files with 175 additions and 28 deletions

View file

@ -1,6 +1,7 @@
#include "game/board/basic_space.h"
#include "game/board/main.h"
#include "game/board/player.h"
#include "game/board/tutorial.h"
#include "game/data.h"
#include "game/flag.h"
#include "game/object.h"
@ -34,7 +35,6 @@ static void CoinChgSeparate(omObjData*, coinChg*);
static void CoinChgShow(omObjData*, coinChg*);
static void CoinChgDisappear(omObjData*, coinChg*);
extern void BoardTutorialHookExec(s16, s32);
extern void BoardCameraViewSet(s32);
extern void BoardPlayerPosGet(s32, Vec*);
extern void BoardModelPosGet(s16, Vec*);