1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update IVEngineServer.

This commit is contained in:
Nick Hastings 2018-05-05 08:44:29 -04:00
parent 8959c93bbb
commit f2a73b2f7c

View File

@ -476,6 +476,12 @@ public:
virtual int GetServerVersion() = 0;
virtual float GetServerTime() = 0;
virtual IServer *GetIServer() = 0;
virtual void AddSoundCacheForSearchPath( const char *pszPath ) = 0;
virtual bool IsPlayerNameLocked( const edict_t *pEdict ) = 0;
virtual bool CanPlayerChangeName( const edict_t *pEdict ) = 0;
};
#define INTERFACEVERSION_SERVERGAMEDLL "ServerGameDLL005"