aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/configurables.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/configurables.h')
-rw-r--r--NorthstarDLL/configurables.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/NorthstarDLL/configurables.h b/NorthstarDLL/configurables.h
new file mode 100644
index 00000000..cc98e15e
--- /dev/null
+++ b/NorthstarDLL/configurables.h
@@ -0,0 +1,7 @@
+#pragma once
+#include <string>
+
+static std::string NORTHSTAR_FOLDER_PREFIX;
+
+std::string GetNorthstarPrefix();
+void parseConfigurables();