More return struct fixes. Add Vector and Vector * return support. Change vfunc_call to use template. Update makefile

This commit is contained in:
Dr!fter
2013-08-28 14:20:20 -04:00
parent e07e2286cb
commit c5b8d2fecb
7 changed files with 406 additions and 22 deletions
-1
View File
@@ -886,7 +886,6 @@
<ClCompile Include="..\extension.cpp" />
<ClCompile Include="..\listeners.cpp" />
<ClCompile Include="..\natives.cpp" />
<ClCompile Include="..\vfunc_call.cpp" />
<ClCompile Include="..\vhook.cpp" />
<ClCompile Include="..\sdk\smsdk_ext.cpp" />
</ItemGroup>
-1
View File
@@ -11,7 +11,6 @@
</ClCompile>
<ClCompile Include="..\natives.cpp" />
<ClCompile Include="..\listeners.cpp" />
<ClCompile Include="..\vfunc_call.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\extension.h">