First work on client code to support multiple games per server.

This commit is contained in:
lotodore
2007-08-20 23:25:12 +00:00
parent 95e5ee47cc
commit 697f063eb1
5 changed files with 75 additions and 2 deletions
+12
View File
@@ -146,6 +146,18 @@ ClientThread::SendChatMessage(const std::string &msg)
}
}
void
ClientThread::SendJoinGame(const std::string &name)
{
// TODO
}
void
ClientThread::SendCreateGame(const GameData &gameData)
{
// TODO
}
ClientCallback &
ClientThread::GetCallback()
{