From f034d195e9c0e9ccbb2033bef26d16b0435f37c0 Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 28 Jan 2020 23:31:02 -0800 Subject: Updates to comply with the new API --- Components/src/ShadowMapManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Components/src/ShadowMapManager.cpp') diff --git a/Components/src/ShadowMapManager.cpp b/Components/src/ShadowMapManager.cpp index 9b63c67..2bcb873 100644 --- a/Components/src/ShadowMapManager.cpp +++ b/Components/src/ShadowMapManager.cpp @@ -26,10 +26,10 @@ */ #include "ShadowMapManager.h" -#include "AdvancedMath.h" +#include "AdvancedMath.hpp" #include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.h" #include "GraphicsUtilities.h" -#include "MapHelper.h" +#include "MapHelper.hpp" #include "CommonlyUsedStates.h" namespace Diligent -- cgit v1.2.3