1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 16:13:22 +08:00

Updated IServer interface.

This commit is contained in:
Scott Ehlert 2010-07-03 02:30:55 -05:00
parent 38d7df6bb1
commit 5a70b3bdb2

View File

@ -51,6 +51,7 @@ public:
virtual bool IsMultiplayer( void ) const = 0;
virtual bool IsPausable() const = 0;
virtual bool IsHLTV() const = 0;
virtual bool IsReplay() const = 0;
virtual const char * GetPassword() const = 0; // returns the password or NULL if none set