Refactor 4 - Move entities natives to its own file and reflect changes

This commit is contained in:
Arkshine
2015-10-29 12:23:14 +01:00
parent 1032fbdbd0
commit 4333255571
7 changed files with 253 additions and 231 deletions

View File

@ -104,6 +104,7 @@
<ClCompile Include="..\pdata.cpp" />
<ClCompile Include="..\dllfunc.cpp" />
<ClCompile Include="..\engfunc.cpp" />
<ClCompile Include="..\pdata_entities.cpp" />
<ClCompile Include="..\pdata_gc.cpp" />
<ClCompile Include="..\pev.cpp" />
<ClCompile Include="..\forward.cpp" />