about summary refs log tree commit diff
path: root/src/engine/client.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-12-08 00:42:32 +0100
committeroy <Tom_Adams@web.de>2010-12-08 00:42:32 +0100
commitdb9dd6b8c9597ebb59030c54c9bb6f05707e2396 (patch)
tree0180654bfac988525e04699775cc6b32af923c43 /src/engine/client.h
parent665934ee098abca1c7b585476502462b94b1bdc8 (diff)
downloadzcatch-db9dd6b8c9597ebb59030c54c9bb6f05707e2396.tar.gz
zcatch-db9dd6b8c9597ebb59030c54c9bb6f05707e2396.zip
added an optional time stamp to a demo record by Batchyx
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