made buildable, more functions
This commit is contained in:
parent
b57a1051ca
commit
3611908f9b
6 changed files with 188 additions and 42 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue