Fixed ImGuiImplDX11 include

This commit is contained in:
Simon Lübeß
2020-11-17 14:55:38 +01:00
parent dbecf7cdb1
commit 0a32778965
+1 -1
View File
@@ -1,5 +1,5 @@
FileVersion = 1
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*", ImGui = "*", ImGuiImplDx11 = "*", ImGuiImplWin32 = "*"}
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*", ImGui = "*", ImGuiImplDX11 = "*", ImGuiImplWin32 = "*"}
[Project]
Name = "GlitchyEngine"