summaryrefslogtreecommitdiff
path: root/common/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/message.h')
-rw-r--r--common/message.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/common/message.h b/common/message.h
index 69135fe..cb709af 100644
--- a/common/message.h
+++ b/common/message.h
@@ -140,11 +140,16 @@ namespace Message {
typedef boost::shared_ptr<RoundState> p;
RoundState();
- RoundState(State state_);
+ RoundState(State state);
+
+ Tiles hand[4];
+ Tiles open[4];
+ Tiles pond[4];
- State state;
Tiles dora;
+ Actions possible_actions;
+
virtual void serialize(boost::archive::text_oarchive& ar);
virtual void deserialize(boost::archive::text_iarchive& ar);
};