summaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-06-13 13:20:38 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-06-13 13:20:38 +0200
commitbe84d27784f0d9c3c814c023e2e8d1b8e64a53ab (patch)
treecaf9933cea6ff80738f4cc66c8538d5799eda461 /game.h
parent48b4b813a51c374fce43a553608c67c6ca08ea37 (diff)
Handle player position updates.
Diffstat (limited to 'game.h')
-rw-r--r--game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.h b/game.h
index 44222c2..6c58565 100644
--- a/game.h
+++ b/game.h
@@ -26,6 +26,7 @@ class Game {
void async_read();
void handle_type(const boost::system::error_code& error, std::size_t bytes_transferred, uint8_t *type);
+ void handle_pos();
void handle_chunk();
void handle_message();
void handle_player();