summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-17 19:18:23 +0000
committerPaweł Redman <pawel.redman@gmail.com>2017-12-17 19:18:23 +0000
commit41bebb262aa8f346ce6cdaefd854c9077ae84f97 (patch)
tree6270136442f06a406f3b101e18f12c84c63a523e /src/game/game.hpp
parentc8e7fcc5f2cac58785baf2556cffc5727a48e957 (diff)
Implement pausing.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index d055aa5..0bc2da2 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -71,6 +71,8 @@ namespace game {
extern language_t language;
typedef enum {
+ PAUSED,
+ UNPAUSED,
SAY_NO_PATH,
SAY_BLOCKED,
SAY_READY,