diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 08:14:01 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 08:14:01 -0400 |
commit | 1a4780bad1cc40b43ebe6d93baba0f89572194d4 (patch) | |
tree | 13751f28b667a778c6b6e2c268384ad1133be051 /include | |
parent | a9c145a4694d23ad6e9ee1e9816a0e7e4aeddfe2 (diff) |
better pausing
Diffstat (limited to 'include')
-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. |