aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-10-20 08:14:01 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-10-20 08:14:01 -0400
commit1a4780bad1cc40b43ebe6d93baba0f89572194d4 (patch)
tree13751f28b667a778c6b6e2c268384ad1133be051 /include
parenta9c145a4694d23ad6e9ee1e9816a0e7e4aeddfe2 (diff)
better pausing
Diffstat (limited to 'include')
-rw-r--r--include/gametime.hpp1
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.