From 36c808d619f742c97a949662e0fc6144a37d16d1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Jun 2009 20:44:19 -0400 Subject: Added levels --- gamestate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gamestate.h') diff --git a/gamestate.h b/gamestate.h index c36bcee..5537b51 100644 --- a/gamestate.h +++ b/gamestate.h @@ -22,6 +22,7 @@ class GameState : public State { bool checkSquare(int x, int y); Uint32 getAliveColor(); Uint32 getDeadColor(); + void incrementLevel(); }; struct Info { @@ -46,8 +47,8 @@ class GameState : public State { private: Uint32 player_color; + Uint32 event_color; bool newGame; - bool doneMaking; Info info; Board board; void move(int x, int y); -- cgit 1.4.1