summaryrefslogtreecommitdiff
path: root/src/loot.h
blob: 2314e5b353336be8133a2ae23021e56f3f5abbd3 (plain)
1
2
3
4
5
6
7
8
9
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