From b9367f087d70f3d419321370235487378178b087 Mon Sep 17 00:00:00 2001 From: s1lent Date: Tue, 13 Aug 2019 21:11:50 +0700 Subject: [PATCH] Update eiface.h --- regamedll/engine/eiface.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regamedll/engine/eiface.h b/regamedll/engine/eiface.h index f504eba6..cb696646 100644 --- a/regamedll/engine/eiface.h +++ b/regamedll/engine/eiface.h @@ -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;