about summary refs log tree commit diff
path: root/src/engine/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client.h')
-rw-r--r--src/engine/client.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/engine/client.h b/src/engine/client.h
index fe8e91f2..11ba7385 100644
--- a/src/engine/client.h
+++ b/src/engine/client.h
@@ -73,7 +73,7 @@ public:
 	virtual void Connect(const char *pAddress) = 0;
 	virtual void Disconnect() = 0;
 	virtual void Quit() = 0;
-	virtual const char *DemoPlayer_Play(const char *pFilename) = 0;
+	virtual const char *DemoPlayer_Play(const char *pFilename, int StorageType) = 0;
 	virtual void DemoRecorder_Start(const char *pFilename) = 0;
 
 	// networking
@@ -121,9 +121,6 @@ public:
 		return SendMsg(&Packer, Flags);
 	}
 	
-	//
-	virtual const char *UserDirectory() = 0;
-	
 	// 
 	virtual const char *ErrorString() = 0;
 	virtual const char *LatestVersion() = 0;