| 162 | |
| 163 | #ifndef DISABLE_DEMOMODE |
| 164 | void CopySaveFile(uint32_t saveNum, std::string targetPath) |
| 165 | { |
| 166 | const std::string savePath = GetSavePath(saveNum); |
| 167 | CopyFileOverwrite(savePath.c_str(), targetPath.c_str()); |
| 168 | } |
| 169 | #endif |
| 170 | |
| 171 | void Game2UiPlayer(const Player &player, _uiheroinfo *heroinfo, bool bHasSaveFile) |
no test coverage detected