marioparty4/include/board_unsplit.h
2024-03-12 09:48:48 -05:00

21 lines
492 B
C

#ifndef _UNSPLIT_BOARD_H
#define _UNSPLIT_BOARD_H
#include "dolphin.h"
#ifndef _BOARD_MAIN_H
typedef void (*BoardLightHook)(void);
#endif
void BoardMGSetupTutorialExec(void);
void BoardBooHouseTutorialExec(void);
void BoardLightHookSet(BoardLightHook set, BoardLightHook reset);
s32 fn_8006DDE8(s16, f32);
void BoardBooHouseHostSet(s16);
s32 BoardCameraRotGet(Vec*);
s32 BoardIsKill(void);
s32 BoardBowserExec(s32 player, s32 space);
void BoardFortuneExec(s32 player, s32 space);
#endif