From d289e0eacbd00538ee2bcaedeba4366cc1e98231 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 12 Jun 2011 17:52:31 +0200 Subject: Handle and render players with a placeholder texture. --- game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game.h') diff --git a/game.h b/game.h index cad032e..7b3ad55 100644 --- a/game.h +++ b/game.h @@ -26,6 +26,7 @@ class Game { void handle_type(const boost::system::error_code& error, std::size_t bytes_transferred, uint8_t *type); void handle_chunk(); void handle_message(); + void handle_player(); static Game& get_instance(); }; -- cgit v1.2.3