Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-06-29 18:22:07 +0000
committerStijn Buys <ingar@osirion.org>2009-06-29 18:22:07 +0000
commit024532b748b15a92303fd20c3b6a7062a37ca2ed (patch)
treea313dee0aed03c27582a68432e40b96ab90dfbed /src/core/player.h
parentbf96f47d2c993112327f278eb2dd270b769e59aa (diff)
client player list updates, short pif network messages, bump to network proto version 17
Diffstat (limited to 'src/core/player.h')
-rw-r--r--src/core/player.h6
1 files changed, 6 insertions, 0 deletions
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();