diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-31 03:38:22 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-31 03:38:22 +0000 |
| commit | 103f0c2ab0c9c4c54d168b98a86bc10d0dac0449 (patch) | |
| tree | 39a18d20139cac465b7316ab11bfcd73069778c2 /TextureLoader/interface | |
| parent | Fixed a bunch of minor Linux/iOS/MacOS build issues (diff) | |
| download | DiligentTools-103f0c2ab0c9c4c54d168b98a86bc10d0dac0449.tar.gz DiligentTools-103f0c2ab0c9c4c54d168b98a86bc10d0dac0449.zip | |
Renamed .h -> .hpp where appropriate
Diffstat (limited to 'TextureLoader/interface')
| -rw-r--r-- | TextureLoader/interface/Image.hpp (renamed from TextureLoader/interface/Image.h) | 0 | ||||
| -rw-r--r-- | TextureLoader/interface/TextureLoader.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/interface/Image.h b/TextureLoader/interface/Image.hpp index 7a8f11a..7a8f11a 100644 --- a/TextureLoader/interface/Image.h +++ b/TextureLoader/interface/Image.hpp diff --git a/TextureLoader/interface/TextureLoader.h b/TextureLoader/interface/TextureLoader.h index e57d954..7b7ec97 100644 --- a/TextureLoader/interface/TextureLoader.h +++ b/TextureLoader/interface/TextureLoader.h @@ -30,7 +30,7 @@ #include "../../../DiligentCore/Primitives/interface/FileStream.h" #include "../../../DiligentCore/Graphics/GraphicsEngine/interface/RenderDevice.h" #include "../../../DiligentCore/Graphics/GraphicsEngine/interface/Texture.h" -#include "Image.h" +#include "Image.hpp" namespace Diligent { |
