增加serverfunctionhash函数
This commit is contained in:
@@ -205,6 +205,7 @@
|
||||
<ClInclude Include="offset.h" />
|
||||
<ClInclude Include="pch.h" />
|
||||
<ClInclude Include="player_manager.h" />
|
||||
<ClInclude Include="script_apis.h" />
|
||||
<ClInclude Include="script_engine.h" />
|
||||
<ClInclude Include="sdk\convar\convar.hpp" />
|
||||
<ClInclude Include="sdk\gameevent\IGameEvent.h" />
|
||||
@@ -224,6 +225,7 @@
|
||||
<ClInclude Include="tools.h" />
|
||||
<ClInclude Include="vmt.h" />
|
||||
<ClInclude Include="vmthook.h" />
|
||||
<ClInclude Include="script_callbacks.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="dllmain.cpp" />
|
||||
@@ -280,6 +282,8 @@
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="player_manager.cpp" />
|
||||
<ClCompile Include="script_apis.cpp" />
|
||||
<ClCompile Include="script_callbacks.cpp" />
|
||||
<ClCompile Include="script_engine.cpp" />
|
||||
<ClCompile Include="sdk\convar\convar.cpp" />
|
||||
<ClCompile Include="sdk\tier1\UtlString.cpp" />
|
||||
|
||||
Reference in New Issue
Block a user