From 0926f3c15842a71002c0ec374fd54832469036d8 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Tue, 19 Jan 2021 16:02:28 +0300 Subject: Implement sticker logic with animated image support (#414) * Implement sticker logic with animated image support (will probably be remade in a much better way for AOLayers) * port to aolayer Co-authored-by: in1tiate --- include/courtroom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/courtroom.h') diff --git a/include/courtroom.h b/include/courtroom.h index 5ad6fa61..f12b47f7 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -617,6 +617,8 @@ private: ScrollText *ui_music_name; InterfaceLayer *ui_music_display; + StickerLayer *ui_vp_sticker; + AOButton *ui_pair_button; QListWidget *ui_pair_list; QSpinBox *ui_pair_offset_spinbox; -- cgit