summaryrefslogtreecommitdiff
path: root/src/heavens-gate.vcxproj
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-16 07:19:43 +0200
committernavewindre <nw@moneybot.cc>2024-07-16 07:19:43 +0200
commit46ac5c8191a99e444e0339def6caca339b591ce2 (patch)
tree049ff320ffed7398b91887f6c39cfa3f715a1ee4 /src/heavens-gate.vcxproj
parent1441fea13a447d0c52dc34154e06870cc277df54 (diff)
やーーーー
Diffstat (limited to 'src/heavens-gate.vcxproj')
-rw-r--r--src/heavens-gate.vcxproj4
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" />