diff options
author | PlatinumMaster <L33TGamer@outlook.com> | 2020-04-15 13:33:06 -0400 |
---|---|---|
committer | PlatinumMaster <L33TGamer@outlook.com> | 2020-04-15 13:33:06 -0400 |
commit | da34eedd9b5c18859a6c68fa28d6250ca1242900 (patch) | |
tree | 7b4e41f4feb633053187152c4c6edf0eb906a3b9 /include/minigame_countdown.h | |
parent | 67b0bec3ffda7d4268a009501aa18292ff5c96fe (diff) | |
parent | 6eefcb1f82dc28cdc626e86fda3a217d21315181 (diff) |
Keep up to date with master.
Diffstat (limited to 'include/minigame_countdown.h')
-rw-r--r-- | include/minigame_countdown.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/minigame_countdown.h b/include/minigame_countdown.h new file mode 100644 index 000000000..930205218 --- /dev/null +++ b/include/minigame_countdown.h @@ -0,0 +1,7 @@ +#ifndef GUARD_MINIGAME_COUNTDOWN_H +#define GUARD_MINIGAME_COUNTDOWN_H + +void StartMinigameCountdown(u16 tilesTag, u16 palTag, s16 x, s16 y, u8 subpriority); +bool32 IsMinigameCountdownRunning(void); + +#endif //GUARD_MINIGAME_COUNTDOWN_H |