Added forwards to TF2 ext for cond addition and removal (bug 4851, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-04-09 00:33:55 -04:00
parent 7e06cfb471
commit 33aebeb727
9 changed files with 323 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ PROJECT = game.tf2
USEMETA = true
OBJECTS = sdk/smsdk_ext.cpp extension.cpp natives.cpp RegNatives.cpp criticals.cpp \
holiday.cpp gameplayrules.cpp util.cpp CDetour/detours.cpp asm/asm.c
holiday.cpp gameplayrules.cpp conditions.cpp util.cpp CDetour/detours.cpp asm/asm.c
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###