made buildable, more functions

This commit is contained in:
CreateSource 2024-01-25 20:48:41 -05:00
parent b57a1051ca
commit 3611908f9b
6 changed files with 188 additions and 42 deletions

View file

@ -1,5 +1,6 @@
#include "game/board/basic_space.h"
#include "game/board/main.h"
#include "game/board/player.h"
#include "game/data.h"
#include "game/flag.h"
#include "game/object.h"
@ -38,7 +39,6 @@ extern void omVibrate(s16, s16, s16, s16);
extern void BoardPlayerPosGet(s32, Vec*);
extern void BoardModelPosGet(s16, Vec*);
extern void BoardPlayerMotionEndWait(s32);
extern void BoardPlayerMotionShiftSet(s32, s32, f32, f32, s32);
extern void BoardPlayerCoinsAdd(s32, s32);
extern void BoardRotateDiceNumbers(s32);
extern void BoardCameraMotBlendSet(s32, s16, s16);