2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-05-05 11:29:28 +03:00

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

@ -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;