From 5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 28 Jan 2020 23:29:59 -0800 Subject: Updates to comply with the new API --- TextureLoader/include/pch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TextureLoader/include') diff --git a/TextureLoader/include/pch.h b/TextureLoader/include/pch.h index 13c3f13..35a7fbd 100644 --- a/TextureLoader/include/pch.h +++ b/TextureLoader/include/pch.h @@ -30,5 +30,5 @@ #include "BasicTypes.h" #include "RenderDevice.h" #include "DeviceContext.h" -#include "Errors.h" -#include "DebugUtilities.h" +#include "Errors.hpp" +#include "DebugUtilities.hpp" -- cgit v1.2.3