diff options
| author | oy <Tom_Adams@web.de> | 2010-12-08 00:42:32 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-12-08 00:42:32 +0100 |
| commit | db9dd6b8c9597ebb59030c54c9bb6f05707e2396 (patch) | |
| tree | 0180654bfac988525e04699775cc6b32af923c43 /src/engine/client.h | |
| parent | 665934ee098abca1c7b585476502462b94b1bdc8 (diff) | |
| download | zcatch-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.h | 2 |
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 |