engine can now catch impulses

This commit is contained in:
David Anderson
2004-04-16 05:01:32 +00:00
parent add9b1126a
commit aaf8bd7af9
2 changed files with 23 additions and 1 deletions

View File

@ -90,6 +90,7 @@ AmxCallList preThink;
AmxCallList postThink;
AmxCallList clientKill;
AmxCallList Msgs;
AmxCallList clientImpulse;
meta_globals_t *gpMetaGlobals;
gamedll_funcs_t *gpGamedllFuncs;