0x00441C26
| 200 | |
| 201 | // 0x00441C26 |
| 202 | bool exportGameStateToFile(const fs::path& path, SaveFlags flags) |
| 203 | { |
| 204 | FileStream fs(path, StreamMode::write); |
| 205 | return exportGameStateToFile(fs, flags); |
| 206 | } |
| 207 | |
| 208 | bool exportGameStateToFile(Stream& stream, SaveFlags flags) |
| 209 | { |
no test coverage detected