aboutsummaryrefslogtreecommitdiff
path: root/include/aolayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aolayer.h')
-rw-r--r--include/aolayer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/aolayer.h b/include/aolayer.h
index 2e0510a..6265cec 100644
--- a/include/aolayer.h
+++ b/include/aolayer.h
@@ -211,4 +211,11 @@ public:
InterfaceLayer(QWidget *p_parent, AOApplication *p_ao_app);
void load_image(QString p_filename, QString p_miscname);
};
+
+class StickerLayer : public AOLayer {
+ Q_OBJECT
+public:
+ StickerLayer(QWidget *p_parent, AOApplication *p_ao_app);
+ void load_image(QString p_charname);
+};
#endif // AOLAYER_H