aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/MapEditor/mainwindow.h')
-rw-r--r--Source/MapEditor/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/MapEditor/mainwindow.h b/Source/MapEditor/mainwindow.h
index b05c6f5..d9c04d8 100644
--- a/Source/MapEditor/mainwindow.h
+++ b/Source/MapEditor/mainwindow.h
@@ -6,6 +6,7 @@
#include <QSettings>
#include <QDebug>
+#include "mygraphicsscene.h"
#include "ui_mainwindow.h"
namespace Ui {
@@ -26,10 +27,12 @@ private:
bool checkFile(QFile &f);
void appSettings(void);
QString _last_dir;
+ MyGraphicsScene *gscene;
protected slots:
void onLoadMap(void);
-
+ void onCreateMap(void);
+ void onProcessMapFile(QByteArray data);
};
#endif // MAINWINDOW_H