Added InactivateClient and ReconnectClient natives to SDKTools (bug 4931, r=fyren).

This commit is contained in:
Brian Simon
2011-07-06 18:11:02 -04:00
parent bb48a16466
commit 838e8c7b35
8 changed files with 201 additions and 2 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ USEMETA = true
OBJECTS = sdk/smsdk_ext.cpp extension.cpp vdecoder.cpp vcallbuilder.cpp vcaller.cpp \
vnatives.cpp vsound.cpp tenatives.cpp trnatives.cpp tempents.cpp vstringtable.cpp \
vhelpers.cpp vglobals.cpp voice.cpp inputnatives.cpp teamnatives.cpp output.cpp \
outputnatives.cpp hooks.cpp gamerulesnatives.cpp CDetour/detours.cpp asm/asm.c
outputnatives.cpp hooks.cpp gamerulesnatives.cpp CDetour/detours.cpp asm/asm.c \
clientnatives.cpp
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###