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