diff options
Diffstat (limited to 'common/message.h')
-rw-r--r-- | common/message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/message.h b/common/message.h index 447d12d..584a850 100644 --- a/common/message.h +++ b/common/message.h @@ -114,6 +114,7 @@ namespace Message { GameStart(); std::vector<std::string> players; + int player_id; virtual void serialize(boost::archive::text_oarchive& ar); virtual void deserialize(boost::archive::text_iarchive& ar); |