diff options
Diffstat (limited to 'NorthstarDLL/nsprefix.h')
-rw-r--r-- | NorthstarDLL/nsprefix.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/NorthstarDLL/nsprefix.h b/NorthstarDLL/nsprefix.h index c0f8c642..9f3087fb 100644 --- a/NorthstarDLL/nsprefix.h +++ b/NorthstarDLL/nsprefix.h @@ -1,7 +1,7 @@ -#pragma once
-#include <string>
-
-static std::string NORTHSTAR_FOLDER_PREFIX;
-
-void InitialiseNorthstarPrefix();
-std::string GetNorthstarPrefix();
+#pragma once +#include <string> + +static std::string NORTHSTAR_FOLDER_PREFIX; + +void InitialiseNorthstarPrefix(); +std::string GetNorthstarPrefix(); |