From 5a70b3bdb257b2ca7db8709e22cc58363059ef87 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sat, 3 Jul 2010 02:30:55 -0500 Subject: [PATCH] Updated IServer interface. --- public/iserver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/iserver.h b/public/iserver.h index 243fbaea..29de610c 100644 --- a/public/iserver.h +++ b/public/iserver.h @@ -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