#pragma once #include #include #include #include "Client.hh" #include "Lobby.hh" #include "ProxyServer.hh" #include "ServerState.hh" void on_chat_command(std::shared_ptr c, const std::u16string& text); void on_chat_command(shared_ptr ses, const std::u16string& text);