Skip to content

Commit

Permalink
Move _d3d_extensions.h to Common.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Oct 2, 2015
1 parent 789f9d6 commit 1507443
Show file tree
Hide file tree
Showing 24 changed files with 20 additions and 392 deletions.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/Light_DB.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "StdAfx.h"
#include "xrEngine/_d3d_extensions.h"
#include "Common/_d3d_extensions.h"
#include "xrEngine/xrLevel.h"
#include "xrEngine/IGame_Persistent.h"
#include "xrEngine/Environment.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_R1/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "Layers/xrRender/ResourceManager.h"
#include "xrEngine/vis_common.h"
#include "xrEngine/Render.h"
#include "xrEngine/_d3d_extensions.h"
#include "Common/_d3d_extensions.h"
#ifndef _EDITOR
#include "xrEngine/IGame_Level.h"
#include "Layers/xrRender/blenders\Blender.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_R2/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "Layers/xrRender/ResourceManager.h"
#include "xrEngine/vis_common.h"
#include "xrEngine/render.h"
#include "xrEngine/_d3d_extensions.h"
#include "Common/_d3d_extensions.h"
#include "xrEngine/IGame_Level.h"
#include "Layers/xrRender/blenders/Blender.h"
#include "Layers/xrRender/blenders/Blender_CLSID.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_R3/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "Layers/xrRender/ResourceManager.h"
#include "xrEngine/vis_common.h"
#include "xrEngine/render.h"
#include "xrEngine/_d3d_extensions.h"
#include "Common/_d3d_extensions.h"
#include "xrEngine/IGame_Level.h"
#include "Layers/xrRender/blenders\blender.h"
#include "Layers/xrRender/blenders\blender_clsid.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_R4/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#include "xrEngine/vis_common.h"
#include "xrEngine/render.h"
#include "xrEngine/_d3d_extensions.h"
#include "Common/_d3d_extensions.h"
#include "xrEngine/IGame_Level.h"
#include "Layers/xrRender/blenders\blender.h"
#include "Layers/xrRender/blenders\blender_clsid.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/editors/ECore/Editor/ExportSkeletonCalculateTB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CGameFont;
#include "Layers/xrRender/Shader.h"
#include "Layers/xrRender/R_Backend.h"
#include "xrCore/FMesh.hpp"
#include "xrEngine/_d3d_extensions.h"
#include "Common/_d3d_extensions.h"
#include "xrEngine/Properties.h"

DEFINE_VECTOR(FVF::L,FLvertexVec,FLvertexIt);
Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrAI/StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "xrCore/clsid.h"
#include "defines.h"
#include "xrCDB/xrCDB.h"
#include "_d3d_extensions.h"
#include "Common/_d3d_extensions.h"

#include <fcntl.h>
#include <sys/types.h>
Expand Down
121 changes: 0 additions & 121 deletions src/utils/xrAI/_d3d_extensions.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/xrAI/light.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _XR_LIGHT_
#pragma once

#include "_d3d_extensions.h"
#include "Common/_d3d_extensions.h"

#pragma pack(push,4)
class xrLIGHT : public Flight
Expand Down
1 change: 0 additions & 1 deletion src/utils/xrAI/xrAI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@
<ClInclude Include="xrCrossTable.h" />
<ClInclude Include="xrShaderTypes.h" />
<ClInclude Include="xr_graph_merge.h" />
<ClInclude Include="_d3d_extensions.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
Expand Down
3 changes: 0 additions & 3 deletions src/utils/xrAI/xrAI.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@
<ClInclude Include="xrShaderTypes.h">
<Filter>Compiler\Kernel</Filter>
</ClInclude>
<ClInclude Include="_d3d_extensions.h">
<Filter>Compiler\Kernel\Generic</Filter>
</ClInclude>
<ClInclude Include="FTimer.h">
<Filter>Compiler\Kernel\Generic</Filter>
</ClInclude>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrDO_Light/StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "xrCore/clsid.h"
#include "defines.h"
#include "xrCDB/xrCDB.h"
#include "_d3d_extensions.h"
#include "Common/_d3d_extensions.h"

#include <fcntl.h>
#include <sys/types.h>
Expand Down
121 changes: 0 additions & 121 deletions src/utils/xrDO_Light/_d3d_extensions.h

This file was deleted.

1 change: 0 additions & 1 deletion src/utils/xrDO_Light/xrDO_Light.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
<ClInclude Include="defines.h" />
<ClInclude Include="StdAfx.h" />
<ClInclude Include="std_classes.h" />
<ClInclude Include="_d3d_extensions.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="StdAfx.cpp">
Expand Down
3 changes: 0 additions & 3 deletions src/utils/xrDO_Light/xrDO_Light.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="_d3d_extensions.h">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="defines.h">
<Filter>Kernel</Filter>
</ClInclude>
Expand Down
Loading

0 comments on commit 1507443

Please sign in to comment.