summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r--dgedit/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h
index 6758779..ccb2f07 100644
--- a/dgedit/mainwindow.h
+++ b/dgedit/mainwindow.h
@@ -40,6 +40,7 @@
#include "filelist.h"
#include "canvastoolselections.h"
#include "selection.h"
+#include "player.h"
class Preset {
public:
@@ -54,6 +55,7 @@ class MainWindow : public QMainWindow {
Q_OBJECT
public:
MainWindow();
+ ~MainWindow();
public slots:
void setXScale(int);
@@ -96,6 +98,7 @@ private:
// Session state information:
Selections session;
+ Player *player;
private slots:
void setAttackLengthLineEd(int);