summaryrefslogtreecommitdiffstats
path: root/logic/VersionFinal.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/VersionFinal.h')
-rw-r--r--logic/VersionFinal.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/logic/VersionFinal.h b/logic/VersionFinal.h
index e5a38423..b19cd6f9 100644
--- a/logic/VersionFinal.h
+++ b/logic/VersionFinal.h
@@ -22,6 +22,7 @@
#include <memory>
#include "OneSixLibrary.h"
+#include "VersionFile.h"
class OneSixInstance;
@@ -118,15 +119,6 @@ public:
*/
// QList<Rule> rules;
- struct VersionFile
- {
- QString name;
- QString id;
- QString version;
- QString mcVersion;
- QString filename;
- int order;
- };
QList<VersionFile> versionFiles;
private: