diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-04 22:05:13 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-04 22:05:13 +0200 |
commit | 351c040f00745b985b71423e5ac1bfede12c85b5 (patch) | |
tree | f0a6479a26c9d41036bbfdc788417b72d775cadc /AoE_imgui_DE.vcxproj | |
parent | d0f91aed16a1cb40df6e1ab7c19b17410888906d (diff) |
Added notification system
Diffstat (limited to 'AoE_imgui_DE.vcxproj')
-rw-r--r-- | AoE_imgui_DE.vcxproj | 2 |
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" /> |