aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_bsplugins/src/lootcli
diff options
context:
space:
mode:
Diffstat (limited to 'libs/installer_bsplugins/src/lootcli')
-rw-r--r--libs/installer_bsplugins/src/lootcli/lootcli.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/installer_bsplugins/src/lootcli/lootcli.h b/libs/installer_bsplugins/src/lootcli/lootcli.h
new file mode 100644
index 0000000..af09fc0
--- /dev/null
+++ b/libs/installer_bsplugins/src/lootcli/lootcli.h
@@ -0,0 +1,21 @@
+#ifndef LOOTCLI_STUB_H
+#define LOOTCLI_STUB_H
+
+// Stub lootcli header for Fluorine port (real lootcli lib not vendored).
+// Only the types referenced by non-LOOT code (Settings::lootLogLevel) remain.
+
+namespace lootcli
+{
+
+enum class LogLevels
+{
+ Trace,
+ Debug,
+ Info,
+ Warning,
+ Error,
+};
+
+} // namespace lootcli
+
+#endif // LOOTCLI_STUB_H