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