diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
| commit | 5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d (patch) | |
| tree | 7af8927ca496d9a5fbfa1ce6f3ec1ae78ef6844e /TextureLoader/include | |
| parent | ImGuiImplDiligent: added UpdateFontsTexture() method (diff) | |
| download | DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.tar.gz DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.zip | |
Updates to comply with the new API
Diffstat (limited to 'TextureLoader/include')
| -rw-r--r-- | TextureLoader/include/pch.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
