diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-19 17:11:59 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-19 17:11:59 +0000 |
| commit | ac5c96e4153d059ad76174db83522641bb4b2b9f (patch) | |
| tree | c3103e3e7f37b08794c2779a7a44d0bf231006d5 /AssetLoader/interface | |
| parent | Updated install fodler structure (diff) | |
| download | DiligentTools-ac5c96e4153d059ad76174db83522641bb4b2b9f.tar.gz DiligentTools-ac5c96e4153d059ad76174db83522641bb4b2b9f.zip | |
Added install instructions
Diffstat (limited to 'AssetLoader/interface')
| -rw-r--r-- | AssetLoader/interface/GLTFLoader.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <vector> #include <memory> -#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 { |
