implement ss shell command on game server

This commit is contained in:
Martin Michelsen
2022-12-28 00:29:55 -08:00
parent eb2463a820
commit 52db9008a8
3 changed files with 37 additions and 5 deletions
+2
View File
@@ -22,3 +22,5 @@ void on_disconnect(std::shared_ptr<ServerState> s,
std::shared_ptr<Client> c);
void on_command(std::shared_ptr<ServerState> s, std::shared_ptr<Client> c,
uint16_t command, uint32_t flag, const std::string& data);
void on_command_with_header(std::shared_ptr<ServerState> s,
std::shared_ptr<Client> c, std::string& data);