summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-25 04:01:32 -0500
committerGitHub <noreply@github.com>2019-11-25 04:01:32 -0500
commit765c9667de25547929f8ff58e3eab7bd3aeb3cbf (patch)
treeb8dc9f70a3a812fa3eb59461ab3bd65916b4b6b8 /src/settings.h
parent5f165b80e8035bafa15fe5a534726733836a3dd7 (diff)
parentf1b621d0babd33537cde97fc9d53e0dfa0ad5ea5 (diff)
Merge pull request #901 from isanae/loot-rework
Loot rework
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index d604823a..d71fabf4 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -21,6 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define SETTINGS_H
#include "loadmechanism.h"
+#include <lootcli/lootcli.h>
#include <questionboxmemory.h>
#include <log.h>
#include <usvfsparameters.h>
@@ -619,6 +620,10 @@ public:
MOBase::log::Levels logLevel() const;
void setLogLevel(MOBase::log::Levels level);
+ // log level for loot
+ lootcli::LogLevels lootLogLevel() const;
+ void setLootLogLevel(lootcli::LogLevels level);
+
// crash dump type for both MO and usvfs
//
CrashDumpsType crashDumpsType() const;