Added forward/detour for TF2's GetHoliday function (bug 4462, r=pred)

This commit is contained in:
Nicholas Hastings
2010-06-28 17:48:14 -04:00
parent 5d5400a9ac
commit e4832f0d08
11 changed files with 183 additions and 13 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 \
util.cpp CDetour/detours.cpp asm/asm.c
holiday.cpp util.cpp CDetour/detours.cpp asm/asm.c
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###