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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client.h b/src/engine/client.h
index 100ed408..df69fbb5 100644
--- a/src/engine/client.h
+++ b/src/engine/client.h
@@ -76,7 +76,7 @@ public:
 	virtual void Disconnect() = 0;
 	virtual void Quit() = 0;
 	virtual const char *DemoPlayer_Play(const char *pFilename, int StorageType) = 0;
-	virtual void DemoRecorder_Start(const char *pFilename) = 0;
+	virtual void DemoRecorder_Start(const char *pFilename, bool WithTimestamp) = 0;
 	virtual void DemoRecorder_Stop() = 0;
 
 	// networking