fix function pre-definitions
This commit is contained in:
parent
953448f664
commit
3f28d6aafa
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ static Process* mgSetupProc;
|
|||
|
||||
// determined functions
|
||||
void BoardMGSetupExec(void);
|
||||
void DestroyMGSetup(void);
|
||||
void ExecMGSetup(void);
|
||||
static void DestroyMGSetup(void);
|
||||
static void ExecMGSetup(void);
|
||||
void CreateMGSetup(void);
|
||||
void HideLuckyValue(void);
|
||||
void BoardMGSetupPlayPop(s32, s16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue