diff options
Diffstat (limited to 'src/game/client/components/binds.hpp')
| -rw-r--r-- | src/game/client/components/binds.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/binds.hpp b/src/game/client/components/binds.hpp index 1c9bf388..bdf242f9 100644 --- a/src/game/client/components/binds.hpp +++ b/src/game/client/components/binds.hpp @@ -27,6 +27,7 @@ public: void set_defaults(); void unbindall(); const char *get(int keyid); + const char *get_key(const char *bindstr); virtual void on_save(); virtual void on_console_init(); |