Matched board/pause

This commit is contained in:
mrshigure 2024-02-12 11:45:34 -08:00
parent fa7bbef612
commit ea0cf380bb
8 changed files with 1597 additions and 4 deletions

10
include/game/board/pause.h Executable file
View 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