Matched game/board/star
This commit is contained in:
parent
2163064174
commit
27f79091cd
20 changed files with 861 additions and 26 deletions
|
|
@ -12,25 +12,16 @@ typedef s32 (*BoardSpaceEventFunc)(void);
|
|||
typedef void (*BoardLightHook)(void);
|
||||
#endif
|
||||
|
||||
void BoardCameraTargetModelSet(s16 model);
|
||||
void BoardCameraMotionStartEx(s16, Vec *, Vec *, f32, f32, s16);
|
||||
void BoardCameraMotionWait(void);
|
||||
s32 BoardSpacePosGet(s32, s32, Vec*);
|
||||
void BoardShopTutorialExec(s32);
|
||||
void BoardLotteryTutorialExec(void);
|
||||
s16 BoardStarHostMdlGet(void);
|
||||
void BoardStatusShowSetAll(s32);
|
||||
void BoardMGSetupTutorialExec(void);
|
||||
void BoardBooHouseTutorialExec(void);
|
||||
void BoardStatusItemSet(s32);
|
||||
void BoardTutorialItemSet(s8);
|
||||
void BoardCharWheelSetTarget(s32);
|
||||
void BoardTutorialDirInputSet(s8, s8, s16);
|
||||
void BoardSpaceStarSetIndex(s32);
|
||||
s32 BoardModelRotYSet(s16, f32);
|
||||
f32 BoardModelRotYGet(s16);
|
||||
s32 BoardModelLayerSet(s16, u8);
|
||||
void BoardTutorialHostSet(s16);
|
||||
s16 BoardModelIDGet(s16);
|
||||
s32 BoardModelScaleSetV(s16, Vec*);
|
||||
void BoardLightHookSet(BoardLightHook set, BoardLightHook reset);
|
||||
|
|
@ -51,10 +42,7 @@ void BoardSpaceInit(s32);
|
|||
void BoardSpaceDestroy(void);
|
||||
void BoardShopHostSet(s16);
|
||||
void BoardLotteryHostSet(s16);
|
||||
void BoardStarHostSet(s16);
|
||||
void BoardBooHouseHostSet(s16);
|
||||
void BoardTutorialHookSet(void*);
|
||||
void BoardTutorialBlockSetPos(s32, s8);
|
||||
s32 BoardCameraRotGet(Vec*);
|
||||
s32 BoardModelScaleSet(s16, f32, f32, f32);
|
||||
s32 BoardIsKill(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue