warp.c build match
This commit is contained in:
parent
d6afb56b46
commit
fc528534bd
9 changed files with 295 additions and 18 deletions
|
|
@ -1,16 +1,16 @@
|
|||
#include "game/board/basic_space.h"
|
||||
|
||||
void BoardTutorialHookExec(s16, s32);
|
||||
void BoardCameraViewSet(s32);
|
||||
void omVibrate(s16, s16, s16, s16);
|
||||
void BoardPlayerPosGet(s32, Vec*);
|
||||
s32 BoardModelPosGet(s16, Vec*);
|
||||
void BoardPlayerMotionEndWait(s32);
|
||||
void BoardPlayerMotionShiftSet(s32, s32, f32, f32, s32);
|
||||
void BoardPlayerCoinsAdd(s32, s32);
|
||||
void BoardRotateDiceNumbers(s32);
|
||||
void BoardCameraAnimBlendSet(s32, s16, s16);
|
||||
s32 BoardPlayerAnimBlendCheck(s32);
|
||||
extern void BoardTutorialHookExec(s16, s32);
|
||||
extern void BoardCameraViewSet(s32);
|
||||
extern void omVibrate(s16, s16, s16, s16);
|
||||
extern void BoardPlayerPosGet(s32, Vec*);
|
||||
extern s32 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 BoardCameraAnimBlendSet(s32, s16, s16);
|
||||
extern s32 BoardPlayerAnimBlendCheck(s32);
|
||||
|
||||
omObjData *lbl_8013A1F0[4] = {
|
||||
(omObjData *)NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue