From 563d978b4ba721370441eaaca3f8471ec383deff Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 20 Oct 2017 08:00:57 -0400 Subject: arrow rotation and actual pausing --- include/gametime.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3