summaryrefslogtreecommitdiffstats
path: root/Imgui/src/ImGuiImplWin32.cpp
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-02-17 18:23:38 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-02-17 18:23:38 +0000
commit2d4cb69b6b400853ec6c8834ebd4b0212439ffd6 (patch)
tree012cfa7e6530242ecf863bfce9c34b1bab7a5401 /Imgui/src/ImGuiImplWin32.cpp
parentTravis: updated XCode to 12.2 (diff)
downloadDiligentTools-2d4cb69b6b400853ec6c8834ebd4b0212439ffd6.tar.gz
DiligentTools-2d4cb69b6b400853ec6c8834ebd4b0212439ffd6.zip
Updated imgui
Diffstat (limited to 'Imgui/src/ImGuiImplWin32.cpp')
-rw-r--r--Imgui/src/ImGuiImplWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Imgui/src/ImGuiImplWin32.cpp b/Imgui/src/ImGuiImplWin32.cpp
index ddfb512..2c01cc6 100644
--- a/Imgui/src/ImGuiImplWin32.cpp
+++ b/Imgui/src/ImGuiImplWin32.cpp
@@ -33,7 +33,7 @@
#include "GraphicsTypes.h"
#include "imgui.h"
#include "ImGuiImplWin32.hpp"
-#include "examples/imgui_impl_win32.h"
+#include "backends/imgui_impl_win32.h"
#include "DebugUtilities.hpp"
IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);