Matched game/board/star
This commit is contained in:
parent
2163064174
commit
27f79091cd
20 changed files with 861 additions and 26 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include "game/board/model.h"
|
||||
#include "game/board/player.h"
|
||||
#include "game/board/roll.h"
|
||||
#include "game/board/star.h"
|
||||
#include "game/board/ui.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
@ -38,8 +39,6 @@ typedef struct {
|
|||
} ConfigWork;
|
||||
|
||||
extern void omSysPauseCtrl(s32);
|
||||
extern s16 BoardStarHostMdlGet(void);
|
||||
extern void BoardStarHostSet(s16);
|
||||
|
||||
static void PauseExit(void);
|
||||
static void PauseProcess(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue