Clients now connect and recieve gamestate information

This commit is contained in:
mdiluzio 2015-01-02 17:14:16 +00:00
parent 4285770d52
commit 56e767bb5b
5 changed files with 109 additions and 45 deletions

View file

@ -15,6 +15,8 @@ void WaitForFile( const std::string& name, const std::chrono::milliseconds& time
bool OutputGameStateFile(CTTRTSGame &game, const std::string &gameDir);
CTTRTSGame GetGameFromFile( const std::string& file );
std::string getMapsDir();
std::string getGamesDir();