handle multiple subcommands in one top-level command
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "PSOProtocol.hh"
|
||||
#include "ServerState.hh"
|
||||
|
||||
void on_subcommand(
|
||||
void on_subcommand_multi(
|
||||
std::shared_ptr<ServerState> s, std::shared_ptr<Lobby> l,
|
||||
std::shared_ptr<Client> c, uint8_t command, uint8_t flag,
|
||||
const std::string& data);
|
||||
|
||||
Reference in New Issue
Block a user