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