aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/MapEditor.pro
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-12-26 22:18:37 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-12-26 22:18:37 +0100
commit4eaa6c091f97ca3455b2ae48a5f68867c0f7768e (patch)
tree79ae89ae5b7399c774ae6fcb792c109a725e1af8 /Source/MapEditor/MapEditor.pro
parentf06d582d63b1f91e48ecb17a11987217144c5c79 (diff)
downloadairport-4eaa6c091f97ca3455b2ae48a5f68867c0f7768e.tar.gz
* Slight optimization: all comparations against true are now compared against != false.
+ Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
Diffstat (limited to 'Source/MapEditor/MapEditor.pro')
-rw-r--r--Source/MapEditor/MapEditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/MapEditor/MapEditor.pro b/Source/MapEditor/MapEditor.pro
index 8f56728..cce1ab2 100644
--- a/Source/MapEditor/MapEditor.pro
+++ b/Source/MapEditor/MapEditor.pro
@@ -13,9 +13,11 @@ TEMPLATE = app
SOURCES += main.cpp\
- mainwindow.cpp
+ mainwindow.cpp \
+ mygraphicsscene.cpp
-HEADERS += mainwindow.h
+HEADERS += mainwindow.h \
+ mygraphicsscene.h
FORMS += mainwindow.ui