Matched board/pause
This commit is contained in:
parent
fa7bbef612
commit
ea0cf380bb
8 changed files with 1597 additions and 4 deletions
10
include/game/board/pause.h
Executable file
10
include/game/board/pause.h
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef _BOARD_PAUSE_H
|
||||
#define _BOARD_PAUSE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void BoardPauseStart(void);
|
||||
BOOL BoardPauseActiveCheck(void);
|
||||
BOOL BoardPauseReqCheck(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue