Added missing clientnatives files to sdktools proj file (NPOTB).
This commit is contained in:
parent
13753757d4
commit
b1638e79c0
@ -934,6 +934,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\asm\asm.c" />
|
<ClCompile Include="..\asm\asm.c" />
|
||||||
<ClCompile Include="..\CDetour\detours.cpp" />
|
<ClCompile Include="..\CDetour\detours.cpp" />
|
||||||
|
<ClCompile Include="..\clientnatives.cpp" />
|
||||||
<ClCompile Include="..\extension.cpp" />
|
<ClCompile Include="..\extension.cpp" />
|
||||||
<ClCompile Include="..\gamerulesnatives.cpp" />
|
<ClCompile Include="..\gamerulesnatives.cpp" />
|
||||||
<ClCompile Include="..\hooks.cpp" />
|
<ClCompile Include="..\hooks.cpp" />
|
||||||
@ -957,6 +958,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\CellRecipientFilter.h" />
|
<ClInclude Include="..\CellRecipientFilter.h" />
|
||||||
|
<ClInclude Include="..\clientnatives.h" />
|
||||||
<ClInclude Include="..\extension.h" />
|
<ClInclude Include="..\extension.h" />
|
||||||
<ClInclude Include="..\gamerulesnatives.h" />
|
<ClInclude Include="..\gamerulesnatives.h" />
|
||||||
<ClInclude Include="..\hooks.h" />
|
<ClInclude Include="..\hooks.h" />
|
||||||
|
@ -84,6 +84,9 @@
|
|||||||
<ClCompile Include="..\gamerulesnatives.cpp">
|
<ClCompile Include="..\gamerulesnatives.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\clientnatives.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\CellRecipientFilter.h">
|
<ClInclude Include="..\CellRecipientFilter.h">
|
||||||
@ -131,5 +134,8 @@
|
|||||||
<ClInclude Include="..\gamerulesnatives.h">
|
<ClInclude Include="..\gamerulesnatives.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\clientnatives.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user