summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/forge/ForgeMirror.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/forge/ForgeMirror.h')
-rw-r--r--logic/minecraft/forge/ForgeMirror.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/logic/minecraft/forge/ForgeMirror.h b/logic/minecraft/forge/ForgeMirror.h
new file mode 100644
index 00000000..2518dffe
--- /dev/null
+++ b/logic/minecraft/forge/ForgeMirror.h
@@ -0,0 +1,10 @@
+#pragma once
+#include <QString>
+
+struct ForgeMirror
+{
+ QString name;
+ QString logo_url;
+ QString website_url;
+ QString mirror_url;
+}; \ No newline at end of file