@@ -76,7 +76,7 @@ __inline float expf(float val) { return ::exp(val); }
7676#define clMsg Msg
7777
7878// core
79- #include < xrCore.h>
79+ #include < xrCore/xrCore .h>
8080
8181#ifdef _EDITOR
8282class PropValue ;
@@ -87,32 +87,32 @@ class ListItem;
8787DEFINE_VECTOR (ListItem*, ListItemsVec, ListItemsIt);
8888#endif
8989
90- #include " ../../ xrCDB/xrCDB.h"
91- #include " ../../ xrSound/Sound.h"
92- #include " ../../xrEngine /PSystem.h"
90+ #include " xrCDB/xrCDB.h"
91+ #include " xrSound/Sound.h"
92+ #include " xrParticles /PSystem.h"
9393
9494// DirectX headers
9595#include < d3d9.h>
9696#include < d3dx9.h>
97- #include " ..\..\ Layers\ xrRender\ xrD3dDefs.h"
97+ #include " Layers/ xrRender/ xrD3dDefs.h"
9898#include < dinput.h>
9999#include < dsound.h>
100100
101101// some user components
102- #include " ../../xrEngine/fmesh.h "
103- #include " ../../xrEngine /_d3d_extensions.h"
102+ #include " xrCore/FMesh.hpp "
103+ #include " Common /_d3d_extensions.h"
104104
105- #include " .. /ECore/editor/D3DX_Wrapper.h"
105+ #include " editors /ECore/editor/D3DX_Wrapper.h"
106106
107107DEFINE_VECTOR (AnsiString, AStringVec, AStringIt);
108108DEFINE_VECTOR (AnsiString*, LPAStringVec, LPAStringIt);
109109
110- #include " ../../ xrServerEntities/xrEProps.h"
111- #include " ../../ xrCore/Log .h"
112- #include " .. /ECore/editor/engine.h"
113- #include " ../../ xrEngine/defines.h"
110+ #include " xrServerEntities/xrEProps.h"
111+ #include " xrCore/log .h"
112+ #include " editors /ECore/editor/engine.h"
113+ #include " xrEngine/defines.h"
114114
115- #include " ../../xrphysics/xrphysics .h"
115+ #include " xrPhysics/xrPhysics .h"
116116
117117struct str_pred : public std ::binary_function<char *, char *, bool >
118118{
@@ -137,15 +137,15 @@ struct astr_pred : public std::binary_function<const AnsiString&, const AnsiStri
137137};
138138
139139#ifdef _EDITOR
140- #include " .. /ECore/editor/device.h"
141- #include " ../../ xrEngine/properties.h"
142- #include " .. /ECore/editor/render.h"
140+ #include " editors /ECore/editor/device.h"
141+ #include " xrEngine/properties.h"
142+ #include " editors /ECore/editor/render.h"
143143DEFINE_VECTOR (FVF ::L, FLvertexVec, FLvertexIt);
144144DEFINE_VECTOR (FVF ::TL , FTLvertexVec, FTLvertexIt);
145145DEFINE_VECTOR (FVF ::LIT , FLITvertexVec, FLITvertexIt);
146146DEFINE_VECTOR (shared_str, RStrVec, RStrVecIt);
147147
148- #include " .. /ECore/editor/EditorPreferences.h"
148+ #include " editors /ECore/editor/EditorPreferences.h"
149149#endif
150150
151151#ifdef _LEVEL_EDITOR
0 commit comments