From be84d27784f0d9c3c814c023e2e8d1b8e64a53ab Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 13 Jun 2011 13:20:38 +0200 Subject: Handle player position updates. --- game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game.h') 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(); -- cgit v1.2.3