diff options
| author | navewindre <nw@moneybot.cc> | 2024-07-16 07:19:43 +0200 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2024-07-16 07:19:43 +0200 |
| commit | 4c8b52fc94c04c4b3d338c2501971ae348f5b3e5 (patch) | |
| tree | 049ff320ffed7398b91887f6c39cfa3f715a1ee4 /src/heavens-gate.vcxproj | |
| parent | 320e7b14a5a29838ed2cb909cadfd7c448c6849b (diff) | |
やーーーー
Diffstat (limited to 'src/heavens-gate.vcxproj')
| -rw-r--r-- | src/heavens-gate.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/heavens-gate.vcxproj b/src/heavens-gate.vcxproj index 0a41f0b..a7a20bc 100644 --- a/src/heavens-gate.vcxproj +++ b/src/heavens-gate.vcxproj @@ -198,9 +198,11 @@ <ClCompile Include="conout.cpp" /> <ClCompile Include="conin.cpp" /> <ClCompile Include="cs2\cs2.cpp" /> + <ClCompile Include="cs2\entity.cpp" /> <ClCompile Include="cs2\hack.cpp" /> <ClCompile Include="menu.cpp" /> <ClCompile Include="ntutil.cpp" /> + <ClCompile Include="perf.cpp" /> <ClCompile Include="setting.cpp" /> <ClCompile Include="source.cpp" /> <ClCompile Include="util.cpp" /> @@ -208,6 +210,7 @@ <ItemGroup> <ClInclude Include="asmutil.h" /> <ClInclude Include="cs2\cs2.h" /> + <ClInclude Include="cs2\entity.h" /> <ClInclude Include="cs2\hack.h" /> <ClInclude Include="cs2\iface.h" /> <ClInclude Include="cs2\schema.h" /> @@ -216,6 +219,7 @@ <ClInclude Include="fnv.h" /> <ClInclude Include="inet.h" /> <ClInclude Include="mouse.h" /> + <ClInclude Include="perf.h" /> <ClInclude Include="process32.h" /> <ClInclude Include="process64.h" /> <ClInclude Include="resource.h" /> |
