Added DLLFunc_Clientinfo something or other

This commit is contained in:
Steve Dudenhoeffer
2004-09-10 16:05:21 +00:00
parent 9a3e713a69
commit 6f9ec854dc
4 changed files with 10 additions and 3 deletions

View File

@ -48,7 +48,8 @@ enum
DLLFunc_CreateInstancedBaselines, // void ) ( void );
DLLFunc_pfnAllowLagCompensation, // int )( void );
// I know this does not fit with DLLFUNC(), but I dont want another native just for it.
MetaFunc_CallGameEntity // bool (plid_t plid, const char *entStr,entvars_t *pev);
MetaFunc_CallGameEntity, // bool (plid_t plid, const char *entStr,entvars_t *pev);
DLLFunc_ClientUserInfoChanged // void ) (edict_t *pEntity, char *infobuffer)
};
#endif //_INCLUDE_DLLFUNC_H