aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-31 15:55:21 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-31 15:55:21 +0100
commit295ea74b7c652ee98ed865fdbc572ecd65478bc4 (patch)
treed0a290f2e0eb6ae47e7cbf7515cf35f4cc14b58a /courtroom.h
parent9031779bc93c376596d98ae1e3fb7df1c8742399 (diff)
did some work on the gif custom classes
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h
index 63e83e34..a2902970 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -7,6 +7,7 @@
#include "aopacket.h"
#include "aoscene.h"
#include "aomovie.h"
+#include "aocharmovie.h"
#include "datatypes.h"
#include <QMainWindow>
@@ -89,8 +90,9 @@ private:
AOImage *ui_background;
AOScene *ui_vp_background;
- AOMovie *ui_vp_player_char;
+ AOCharMovie *ui_vp_player_char;
AOScene *ui_vp_desk;
+ AOScene *ui_vp_legacy_desk;
AOImage *ui_vp_chatbox;
QLabel *ui_vp_showname;
QPlainTextEdit *ui_vp_message;