File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33#include < algorithm>
44
55#include " Common/Common.hpp"
6+ #include " Common/FSMacros.hpp"
67
78#pragma warning(push)
89#pragma warning(disable : 4995)
@@ -80,6 +81,5 @@ using std::string;
8081#endif
8182
8283#define GAMEMTL_NONE u32 (-1 )
83- #define _game_data_ " $game_data$"
8484
8585#pragma warning(pop)
Original file line number Diff line number Diff line change 33#include < algorithm>
44
55#include " Common/Common.hpp"
6+ #include " Common/FSMacros.hpp"
67
78#pragma warning(push)
89#pragma warning(disable : 4995)
@@ -79,6 +80,5 @@ using std::string;
7980#endif
8081
8182#define GAMEMTL_NONE u32 (-1 )
82- #define _game_data_ " $game_data$"
8383
8484#pragma warning(pop)
Original file line number Diff line number Diff line change 33#include < algorithm>
44
55#include " Common/Common.hpp"
6+ #include " Common/FSMacros.hpp"
67
78#define ENGINE_API
89#include " xrCore/xrCore.h"
@@ -129,6 +130,5 @@ using AStringVec = xr_vector<xr_string>;
129130#endif
130131
131132#define GAMEMTL_NONE u32 (-1 )
132- #define _game_data_ " $game_data$"
133133
134134#pragma comment(lib, "d3dx9.lib")
Original file line number Diff line number Diff line change 11#pragma once
22
33#include " Common/Common.hpp"
4+ #include " Common/FSMacros.hpp"
45
56#include " xrCore/xrCore.h"
67
@@ -106,4 +107,3 @@ using AStringVec = xr_vector<std::string>;
106107#endif
107108
108109#define GAMEMTL_NONE u32 (-1 )
109- #define _game_data_ " $game_data$"
Original file line number Diff line number Diff line change 11#pragma once
22
33#include " Common/Common.hpp"
4+ #include " Common/FSMacros.hpp"
45
56#include " xrCore/xrCore.h"
67
@@ -63,4 +64,3 @@ using AStringVec = xr_vector<std::string>;
6364#endif
6465
6566#define GAMEMTL_NONE u32 (-1 )
66- #define _game_data_ " $game_data$"
Original file line number Diff line number Diff line change 11#pragma once
22
33#include " Common/Common.hpp"
4+ #include " Common/FSMacros.hpp"
45
56#include " xrCore/xrCore.h"
67#include " xrCore/_std_extensions.h"
@@ -57,4 +58,3 @@ using AStringVec = xr_vector<std::string>;
5758#endif
5859
5960#define GAMEMTL_NONE u32 (-1 )
60- #define _game_data_ " $game_data$"
You can’t perform that action at this time.
0 commit comments