| 66 | // The minimum version of OpenApoc this mod needs to run |
| 67 | const UString &getMinVersion() const { return minVersion; } |
| 68 | void setMinVersion(const UString &newVersion) { minVersion = newVersion; } |
| 69 | |
| 70 | static std::optional<ModInfo> getInfo(const UString &path); |
| 71 | bool writeInfo(const UString &path); |