Merge branch 'Rainchus:main' into main
This commit is contained in:
commit
4fb827c325
5 changed files with 856 additions and 5 deletions
15
include/game/board/boo_house.h
Normal file
15
include/game/board/boo_house.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef BOO_HOUSE_H
|
||||
#define BOO_HOUSE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
void BoardBooHouseHostSet(s16);
|
||||
s16 BoardBooHouseHostGet(void);
|
||||
void BoardBooHouseCreate(void);
|
||||
void BoardBooHouseExec(s32);
|
||||
|
||||
s32 BoardBooComUseCheck(s32);
|
||||
void BoardBooHouseTutorialExec(void);
|
||||
|
||||
#endif
|
||||
12
include/game/board/mg_setup.h
Normal file
12
include/game/board/mg_setup.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef _MG_SETUP_H
|
||||
#define _MG_SETUP_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void BoardMGSetupExec(void);
|
||||
void BoardMGSetupPlayClear(void);
|
||||
s32 BoardMGSetupPlaySearch(s32, s16);
|
||||
void BoardMGSetupPlayPush(s32, s16);
|
||||
void BoardMGSetupTutorialExec(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue