diff options
Diffstat (limited to 'src/game/client/components/emoticon.hpp')
| -rw-r--r-- | src/game/client/components/emoticon.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/emoticon.hpp b/src/game/client/components/emoticon.hpp index 1acb741d..22e1c44b 100644 --- a/src/game/client/components/emoticon.hpp +++ b/src/game/client/components/emoticon.hpp @@ -12,6 +12,7 @@ class EMOTICON : public COMPONENT int selected_emote; static void con_key_emoticon(void *result, void *user_data); + static void con_emote(void *result, void *user_data); public: EMOTICON(); |