From 55f125b67aa285631e1d7d8e398c460925f88c0c Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 15:01:50 -0800 Subject: Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects --- .../GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp | 4 ++-- .../GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Graphics/GraphicsEngineNextGenBase') diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp index 8954e3d4..9dccaf17 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp +++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp @@ -30,9 +30,9 @@ #include "Atomics.h" #include "BasicTypes.h" #include "ReferenceCounters.h" -#include "RefCntAutoPtr.h" +#include "RefCntAutoPtr.hpp" #include "DeviceContextBase.hpp" -#include "RefCntAutoPtr.h" +#include "RefCntAutoPtr.hpp" namespace Diligent { diff --git a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp index 8ac8bc18..13bc944b 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp +++ b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp @@ -35,7 +35,7 @@ #include "BasicTypes.h" #include "ReferenceCounters.h" #include "MemoryAllocator.h" -#include "RefCntAutoPtr.h" +#include "RefCntAutoPtr.hpp" #include "PlatformMisc.h" #include "ResourceReleaseQueue.hpp" #include "EngineMemory.h" -- cgit v1.2.3