aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-10-20 08:00:57 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-10-20 08:00:57 -0400
commit563d978b4ba721370441eaaca3f8471ec383deff (patch)
tree268b04a1fdfec2ce92512722ef2d0a8b74e3659a /include
parentd79f4a7f4b5aff5931ef86edd2537ef5e3620fd4 (diff)
arrow rotation and actual pausing
Diffstat (limited to 'include')
-rw-r--r--include/gametime.hpp3
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