diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/message.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/message.h b/common/message.h index 53e6b5e..1d78889 100644 --- a/common/message.h +++ b/common/message.h @@ -183,12 +183,18 @@ namespace Message { players[3] = pl_l; } + //! Players. Player players[4]; + //! List of dora/kandora. Tiles dora; + //! List of actions client must return one of. Actions possible_actions; + //! Current player, relative to client. 0 = self, 1 = shimocha and so on. + int current_player; + template<class Archive> void serialize(Archive & ar, const unsigned int v) { ar & players; |