diff --git a/Sources/Engine/Graphics/Gfx_Direct3D_Textures.cpp b/Sources/Engine/Graphics/Gfx_Direct3D_Textures.cpp index 1b7766c..5e09261 100644 --- a/Sources/Engine/Graphics/Gfx_Direct3D_Textures.cpp +++ b/Sources/Engine/Graphics/Gfx_Direct3D_Textures.cpp @@ -9,7 +9,7 @@ #include -#include +#include #include #include diff --git a/Sources/Engine/Graphics/Gfx_wrapper.cpp b/Sources/Engine/Graphics/Gfx_wrapper.cpp index d64ce42..1249127 100644 --- a/Sources/Engine/Graphics/Gfx_wrapper.cpp +++ b/Sources/Engine/Graphics/Gfx_wrapper.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include //#include //#pragma comment(lib, "d3dx8.lib") diff --git a/Sources/Engine/Graphics/TextureRender.cpp b/Sources/Engine/Graphics/TextureRender.cpp index 4ac6a0b..0123ba6 100644 --- a/Sources/Engine/Graphics/TextureRender.cpp +++ b/Sources/Engine/Graphics/TextureRender.cpp @@ -17,5 +17,5 @@ #include #include -#include +#include