From ac5c96e4153d059ad76174db83522641bb4b2b9f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 19 Nov 2019 09:11:59 -0800 Subject: Added install instructions --- AssetLoader/interface/GLTFLoader.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'AssetLoader/interface') diff --git a/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h index 3544da5..f99cdea 100644 --- a/AssetLoader/interface/GLTFLoader.h +++ b/AssetLoader/interface/GLTFLoader.h @@ -26,10 +26,10 @@ #include #include -#include "RefCntAutoPtr.h" -#include "RenderDevice.h" -#include "DeviceContext.h" -#include "AdvancedMath.h" +#include "../../../DiligentCore/Graphics/GraphicsEngine/interface/RenderDevice.h" +#include "../../../DiligentCore/Graphics/GraphicsEngine/interface/DeviceContext.h" +#include "../../../DiligentCore/Common/interface/RefCntAutoPtr.h" +#include "../../../DiligentCore/Common/interface/AdvancedMath.h" namespace tinygltf { -- cgit v1.2.3