mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-28 07:35:40 +03:00
Update eiface.h
This commit is contained in:
parent
b1d884224e
commit
b9367f087d
@ -300,6 +300,11 @@ typedef struct enginefuncs_s
|
|||||||
|
|
||||||
// Added 2009/06/19 (no SDK update):
|
// Added 2009/06/19 (no SDK update):
|
||||||
int(*pfnEngCheckParm) (const char *pchCmdLineToken, char **ppnext);
|
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;
|
} enginefuncs_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user