From 90d77e977fe0db416a260c286b36079ab0694f21 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 25 Nov 2010 16:51:22 +0100 Subject: Changed contents of Message::RoundState. Made relevant changes to client. --- common/message.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'common/message.h') 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 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); }; -- cgit v1.2.3