summaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
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 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();
};