about summary refs log tree commit diff
path: root/src/game/client/components/binds.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-04 21:36:44 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-04 21:36:44 +0000
commitfa266334fd825824d413c7817e1f3331c35e40a0 (patch)
tree2d8ce86721ac7c2feaa511dd4c9318e5f52ea0d7 /src/game/client/components/binds.hpp
parenta9211ffd64291fd22d3bfd6ba796eb2ebe041b6e (diff)
downloadzcatch-fa266334fd825824d413c7817e1f3331c35e40a0.tar.gz
zcatch-fa266334fd825824d413c7817e1f3331c35e40a0.zip
fixed on_console_init and on_save
Diffstat (limited to 'src/game/client/components/binds.hpp')
-rw-r--r--src/game/client/components/binds.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/components/binds.hpp b/src/game/client/components/binds.hpp
index 5b53b194..1c9bf388 100644
--- a/src/game/client/components/binds.hpp
+++ b/src/game/client/components/binds.hpp
@@ -28,6 +28,7 @@ public:
 	void unbindall();
 	const char *get(int keyid);
 	
-	virtual void on_init();
+	virtual void on_save();
+	virtual void on_console_init();
 	virtual bool on_input(INPUT_EVENT e);
 };