More bugs?

1) New hookable GameDLL func: CreateBaseline
2) New hookable Engine func: CreateInstancedBaseline
3) New GameDLL func that can be called via dllfunc: CreateBaseline
4) New GameDLL func that can be called via engfunc: CreateInstancedBaseline
This commit is contained in:
Scott Ehlert
2006-05-05 08:04:19 +00:00
parent 133c7d6815
commit ed19c53552
7 changed files with 107 additions and 12 deletions

View File

@ -1,7 +1,7 @@
#ifndef _INCLUDE_FORWARD_H
#define _INCLUDE_FORWARD_H
#define ENGFUNC_NUM FM_LAST_DONT_USE_ME // 127
#define ENGFUNC_NUM FM_LAST_DONT_USE_ME // 129
#define FMV_STRING 1
#define FMV_FLOAT 2
@ -160,6 +160,8 @@ enum {
FM_AddToFullPack,
FM_CmdStart,
FM_CmdEnd,
FM_CreateInstancedBaseline,
FM_CreateBaseline,
FM_LAST_DONT_USE_ME
};