Fix filesystem game method
This commit is contained in:
parent
b532f1c9c8
commit
61c012370d
3 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue