Update eiface.h

This commit is contained in:
s1lent 2019-08-13 21:11:50 +07:00
parent b1d884224e
commit b9367f087d
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -300,6 +300,11 @@ typedef struct enginefuncs_s
// Added 2009/06/19 (no SDK update):
int(*pfnEngCheckParm) (const char *pchCmdLineToken, char **ppnext);
// Added 2019/06/26 (no SDK update):
// Commented out this for backward compatibility
//edict_t *(*pfnPEntityOfEntIndexAllEntities)(int iEntIndex);
} enginefuncs_t;