| 416 | } |
| 417 | |
| 418 | std::string cResourceMan::GetSaveNewName() const { |
| 419 | auto now = std::chrono::system_clock::now(); |
| 420 | auto in_time_t = std::chrono::system_clock::to_time_t(now); |
| 421 | |
| 422 | return mValidPaths[0] + PathGenerate( std::to_string(in_time_t) + EXTENSION_SAVEGAME, eSave); |
| 423 | } |
| 424 | |
| 425 | std::string cResourceMan::GetScriptPath(const std::string& pType) const { |
| 426 |