#pragma once #include #include #include #include "ServerState.hh" #include "Lobby.hh" #include "Client.hh" #include "ProxyServer.hh" void process_chat_command(std::shared_ptr s, std::shared_ptr l, std::shared_ptr c, const std::u16string& text); void process_chat_command(std::shared_ptr s, ProxyServer::LinkedSession& session, const std::u16string& text);