New ENGINE

This commit is contained in:
David Anderson
2004-03-04 08:27:51 +00:00
parent 11cc1296cf
commit 3f2d0c4ce8
3 changed files with 280 additions and 200 deletions

View File

@@ -91,6 +91,7 @@ AmxCallList serverFrame;
AmxCallList preThink;
AmxCallList postThink;
AmxCallList clientKill;
AmxCallList Msgs;
meta_globals_t *gpMetaGlobals;
gamedll_funcs_t *gpGamedllFuncs;
@@ -929,12 +930,3 @@ private:
argStack *CHeadArg;
argStack *CTailArg;
};
struct MsgSets
{
bool isHooked;
bool isCalled;
int type;
MessageInfo *msg;
AmxCallList msgCalls;
};