| 190 | } |
| 191 | |
| 192 | static std::filesystem::path getSaveFilePath(const std::string &world, const std::string &name) { |
| 193 | return getSavePath(world) / ("dfhack-" + filterSaveFileName(name) + ".dat"); |
| 194 | } |
| 195 | |
| 196 | struct LastLoadSaveTickCountUpdater { |
| 197 | ~LastLoadSaveTickCountUpdater() { |
no test coverage detected