about summary refs log tree commit diff
path: root/src/game/client/components/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/console.h')
-rw-r--r--src/game/client/components/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/console.h b/src/game/client/components/console.h
index a4d22790..ae05aa8b 100644
--- a/src/game/client/components/console.h
+++ b/src/game/client/components/console.h
@@ -32,6 +32,7 @@ class CGameConsole : public CComponent
 		void Init(CGameConsole *pGameConsole);
 
 		void ClearBacklog();
+		void ClearHistory();
 
 		void ExecuteLine(const char *pLine);
 		
@@ -72,6 +73,7 @@ public:
 
 	void PrintLine(int Type, const char *pLine);
 
+	virtual void OnStateChange(int NewState, int OldState);
 	virtual void OnConsoleInit();
 	virtual void OnReset();
 	virtual void OnRender();