From defb016d323afe7d1754736f88a01503882c28b5 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 15 Mar 2017 20:48:35 -0400 Subject: [PATCH] Update ISource2Server. --- public/eiface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/eiface.h b/public/eiface.h index d7017a03..3d9a72d4 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -435,6 +435,8 @@ public: // edict_t::classname to figure out how to encode a class's data for networking virtual ServerClass* GetAllServerClasses( void ) = 0; + virtual void *UnknownFunc2() = 0; + virtual const char *GetLoadedMapName( void ) const = 0; virtual bool IsPaused( void ) const = 0;