aboutsummaryrefslogtreecommitdiff
path: root/AoE_imgui_DE.vcxproj
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-04-04 22:05:13 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-04-04 22:05:13 +0200
commit351c040f00745b985b71423e5ac1bfede12c85b5 (patch)
treef0a6479a26c9d41036bbfdc788417b72d775cadc /AoE_imgui_DE.vcxproj
parentd0f91aed16a1cb40df6e1ab7c19b17410888906d (diff)
Added notification system
Diffstat (limited to 'AoE_imgui_DE.vcxproj')
1 files changed, 2 insertions, 0 deletions
diff --git a/AoE_imgui_DE.vcxproj b/AoE_imgui_DE.vcxproj
index 7432e66..9339587 100644
--- a/AoE_imgui_DE.vcxproj
+++ b/AoE_imgui_DE.vcxproj
@@ -150,6 +150,7 @@
<ClInclude Include="Classes.h" />
<ClInclude Include="Core.h" />
<ClInclude Include="CustomLoadingScreen.h" />
+ <ClInclude Include="Debug.h" />
<ClInclude Include="Engine.h" />
<ClInclude Include="ESP.h" />
<ClInclude Include="Feature.h" />
@@ -177,6 +178,7 @@
<ItemGroup>
<ClCompile Include="Core.cpp" />
<ClCompile Include="CustomLoadingScreen.cpp" />
+ <ClCompile Include="Debug.cpp" />
<ClCompile Include="Engine.cpp" />
<ClCompile Include="ESP.cpp" />
<ClCompile Include="Feature.cpp" />