summaryrefslogtreecommitdiff
path: root/server/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/game.h')
-rw-r--r--server/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/game.h b/server/game.h
index bf7d37f..fca71fa 100644
--- a/server/game.h
+++ b/server/game.h
@@ -9,6 +9,7 @@
#include "wall.h"
#include "client.h"
#include "../common/action.h"
+#include "../common/set.h"
#include "../common/state.h"
#include "../common/cyclicint.h"
@@ -28,7 +29,7 @@ class Game : public boost::enable_shared_from_this<Game> {
ClientBase::p client;
Tiles hand;
- Tilegroups open;
+ Sets open;
Tiles pond;
bool riichi;
int score;