diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-16 19:41:17 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-16 19:41:17 -0500 |
| commit | 838446e262ac628c748b2e2b2f2ec0cfaff01508 (patch) | |
| tree | b0d8b8aa598c3e2d13a9f287a38b968f160fba28 /src/loot.h | |
| parent | d6c3bad01a85c1a5b1a3bdd86efc85efdd4c5f29 (diff) | |
split loot stuff to loot.h/cpp, no changes in functionality
Diffstat (limited to 'src/loot.h')
| -rw-r--r-- | src/loot.h | 10 |
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 |
