Update ISource2Server.

This commit is contained in:
Nicholas Hastings 2017-03-15 20:48:35 -04:00
parent 9342f5d650
commit defb016d32

View File

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