![]() |
Walls And Holes
1
|
#include "tilemap.h"
#include "tilemaptoolmanager.h"
#include "tiletemplateset.h"
#include "mapviewcontainer.h"
#include "xmltool.h"
#include "map2mesh.h"
#include "meshviewcontainer.h"
#include "tiletemplatesetsview.h"
#include "tiletemplatesetsmanager.h"
#include "propertybrowser.h"
#include "tilematerialview.h"
#include "qmainwindow.h"
#include <QObject>
#include <QList>
#include <QToolBar>
#include <QSettings>
#include <QMainWindow>
#include <QUndoGroup>
#include <QUndoStack>
Go to the source code of this file.
Classes | |
class | Editor |
The Editor class This is responsible for creating and managing all windows of the editor. MainWindow will be created, and filled with dockable widgets. This owns all views, and handles all comunication between front and backend. More... | |