summaryrefslogtreecommitdiff
path: root/src/loot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loot.h')
-rw-r--r--src/loot.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/loot.h b/src/loot.h
new file mode 100644
index 00000000..2314e5b3
--- /dev/null
+++ b/src/loot.h
@@ -0,0 +1,10 @@
+#ifndef MODORGANIZER_LOOT_H
+#define MODORGANIZER_LOOT_H
+
+#include <QWidget>
+
+class OrganizerCore;
+
+bool runLoot(QWidget* parent, OrganizerCore& core, bool didUpdateMasterList);
+
+#endif // MODORGANIZER_LOOT_H