Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Directory.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 void SetupDirectories();
6 
7 extern std::wstring g_ProfileDirectory;
8 extern std::wstring g_DataDirectory;
9 extern std::wstring g_CrashDirectory;
10 extern std::wstring g_ScriptsDirectory;
11 extern std::wstring g_LogsDirectory;
12 extern std::wstring g_OldLogsDirectory;
13 extern std::wstring g_MapDirectory;