From 74772897cd20f44f3a7df514f5cab4d74b428b6b Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 30 Jan 2020 20:03:38 -0800 Subject: Renamed .h -> .hpp where appropriate --- 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 b8690f5..10ec39f 100644 --- a/Components/src/ShadowMapManager.cpp +++ b/Components/src/ShadowMapManager.cpp @@ -27,9 +27,9 @@ #include -#include "ShadowMapManager.h" +#include "ShadowMapManager.hpp" #include "AdvancedMath.hpp" -#include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.h" +#include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp" #include "GraphicsUtilities.h" #include "MapHelper.hpp" #include "CommonlyUsedStates.h" -- cgit v1.2.3