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