| 62 | // everything under a folder named the same as the ID to avoid conflicts) |
| 63 | const UString &getDataPath() const { return dataPath; } |
| 64 | void setDataPath(const UString &newPath) { dataPath = newPath; } |
| 65 | |
| 66 | // The minimum version of OpenApoc this mod needs to run |
| 67 | const UString &getMinVersion() const { return minVersion; } |