From ab6a569afd9dffc45fac0d0ef92063d6b55904df Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 1 Dec 2010 14:07:20 +0100 Subject: Added game mode selection, with 1p and 4p testing modes. --- server/lobby.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'server/lobby.h') diff --git a/server/lobby.h b/server/lobby.h index 0e25975..fa0e5fe 100644 --- a/server/lobby.h +++ b/server/lobby.h @@ -18,8 +18,11 @@ class Lobby { //! Handle new connection. void handle_connect(Connection::p connection); + //! Handle login. + void handle_login(Client::p client); + //! Handle action. - void handle_action(Client::p client); + void handle_action(Client::p client, int game_mode); public: Lobby(); -- cgit v1.2.3