Added: Handling requests to create lobby

This commit is contained in:
Konrad 2017-04-14 17:44:17 +02:00
parent 93aeae0f59
commit fd33315146
2 changed files with 35 additions and 0 deletions

View file

@ -118,6 +118,7 @@ public:
private:
void handleWildcard(Request& req, Response& resp);
void handleLobbies(Request& req, Response& resp);
void handleCreateLobby(Request& req, Response& resp);
void handleSubscribeLobby(Request& req, Response& resp);
void handleUnsubscribeLobby(Request& req, Response& resp);
void handleAutoSubsribeLobby(Request& req, Response& resp);