diff options
Diffstat (limited to 'include/gametime.hpp')
-rw-r--r-- | include/gametime.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gametime.hpp b/include/gametime.hpp index e06a0d3..7999f1c 100644 --- a/include/gametime.hpp +++ b/include/gametime.hpp @@ -7,6 +7,9 @@ namespace game { namespace time { + void togglePause(void); + void togglePause(bool state); + /** * Sets the game's tick count to the desired amount. * @param t desired tick count |