From 55fa6d7da0e455401850eb04e72a0854a7c169d8 Mon Sep 17 00:00:00 2001 From: windrammer <31085911+likeawindrammer@users.noreply.github.com> Date: Thu, 30 Jul 2020 11:10:58 -0600 Subject: Add darker button generator (#201) When an `_off` emote button exists without an `_on` counterpart, the client will automatically generate the `_on` button and save it to disk. Co-authored-by: Cents02 Co-authored-by: oldmud0 --- include/aoemotebutton.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/aoemotebutton.h b/include/aoemotebutton.h index cb46167f..58e7e747 100644 --- a/include/aoemotebutton.h +++ b/include/aoemotebutton.h @@ -2,7 +2,7 @@ #define AOEMOTEBUTTON_H #include "aoapplication.h" - +#include #include #include @@ -25,6 +25,7 @@ private: int m_id = 0; + signals: void emote_clicked(int p_id); -- cgit