From 024532b748b15a92303fd20c3b6a7062a37ca2ed Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 29 Jun 2009 18:22:07 +0000 Subject: client player list updates, short pif network messages, bump to network proto version 17 --- src/core/player.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/player.h') diff --git a/src/core/player.h b/src/core/player.h index 35a2f82..fc6740d 100644 --- a/src/core/player.h +++ b/src/core/player.h @@ -121,6 +121,12 @@ public: /// receive player info from a stream void receive_client_update(std::istream &is); + /// serialize short player info to a stream + void serialize_short_server_update(std::ostream & os) const; + + /// receive short player info from a stream + void receive_short_server_update(std::istream &is); + /// clear all the data void clear(); -- cgit v1.2.3