Fix filesystem game method

This commit is contained in:
mdiluzio 2015-01-03 19:31:42 +00:00
parent b532f1c9c8
commit 61c012370d
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ bool FileExists( const std::string& name );
void WaitForFile( const std::string& name, const std::chrono::milliseconds& time );
bool OutputGameStateFile(CTTRTSGame &game, const std::string &gameDir);
bool OutputGameStateFile(CTTRTSGame &game);
std::string GetOrdersFromPlayerFile(const CTTRTSGame &game, player_t &player);