Fixed bug am46336 - could not compile TraceLn

This commit is contained in:
David Anderson 2006-10-27 05:53:09 +00:00
parent 4e1d420495
commit 102c2b219f

View File

@ -11,6 +11,11 @@
#define _Vexd_Utilities_included
#include <engine>
#if defined AMXMOD_BCOMPAT
#if !defined _vexd_bcompat_included
#include <VexdUM>
#endif
#endif
stock Entvars_Get_Int(iIndex, iVariable)
return entity_get_int(iIndex, iVariable)