summaryrefslogtreecommitdiff
path: root/server/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/game.h')
-rw-r--r--server/game.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/game.h b/server/game.h
index dc3a9ff..634ea4d 100644
--- a/server/game.h
+++ b/server/game.h
@@ -31,6 +31,13 @@ class Game : public boost::enable_shared_from_this<Game> {
//! The current state of the game
State::p game_state;
+ int num_player_actions;
+
+ bool east_action;
+ bool west_action;
+ bool south_action;
+ bool north_action;
+
//! Handle Ready message from player.
void handle_ready();