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