diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 08:00:57 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 08:00:57 -0400 |
commit | 563d978b4ba721370441eaaca3f8471ec383deff (patch) | |
tree | 268b04a1fdfec2ce92512722ef2d0a8b74e3659a /include | |
parent | d79f4a7f4b5aff5931ef86edd2537ef5e3620fd4 (diff) |
arrow rotation and actual pausing
Diffstat (limited to 'include')
-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 |