diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-31 13:14:28 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-31 13:14:28 +0000 |
| commit | 132da5396b83405801e3271094359e8d5b88d5ab (patch) | |
| tree | 7ce40dc97bb6cbd5d04f42c9776887236acf5b26 /src/game/client/components/emoticon.hpp | |
| parent | cd7a3519a7a4e9914906d96b603cefdbf3a58a0e (diff) | |
| download | zcatch-132da5396b83405801e3271094359e8d5b88d5ab.tar.gz zcatch-132da5396b83405801e3271094359e8d5b88d5ab.zip | |
added emot command
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(); |