From 1a4780bad1cc40b43ebe6d93baba0f89572194d4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 20 Oct 2017 08:14:01 -0400 Subject: better pausing --- include/gametime.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3