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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client.h b/src/engine/client.h
index 8e5a5577..fe8e91f2 100644
--- a/src/engine/client.h
+++ b/src/engine/client.h
@@ -74,6 +74,7 @@ public:
 	virtual void Disconnect() = 0;
 	virtual void Quit() = 0;
 	virtual const char *DemoPlayer_Play(const char *pFilename) = 0;
+	virtual void DemoRecorder_Start(const char *pFilename) = 0;
 
 	// networking
 	virtual void EnterGame() = 0;