diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 21:44:37 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 21:44:37 +0000 |
| commit | 38ad2d5cb659074ad9b4bde16bcbf71481719b94 (patch) | |
| tree | 519ded6e25d22d63f7be706c3d71aaf7dd2a6279 /Graphics/GraphicsEngineNextGenBase | |
| parent | Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools... (diff) | |
| download | DiligentCore-38ad2d5cb659074ad9b4bde16bcbf71481719b94.tar.gz DiligentCore-38ad2d5cb659074ad9b4bde16bcbf71481719b94.zip | |
Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3D11, and GraphicsEningeD3D12 projects
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
| -rw-r--r-- | Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h index f5b04389..8954e3d4 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h +++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h @@ -31,7 +31,7 @@ #include "BasicTypes.h" #include "ReferenceCounters.h" #include "RefCntAutoPtr.h" -#include "DeviceContextBase.h" +#include "DeviceContextBase.hpp" #include "RefCntAutoPtr.h" namespace Diligent |
