|
mkRPG
|
Definition of the Editor class. More...
#include <QtWidgets>#include "ui_editor.h"#include "options.h"#include "newgame.h"#include "Game/xmlreader.h"#include "Tabs/welcome.h"#include "Game/xmlwritter.h"#include "Tabs/worldtab.h"#include "Tabs/MapTab/maptab.h"#include "Tabs/objecttab.h"#include "Tabs/actiontab.h"Go to the source code of this file.
Data Structures | |
| class | Editor |
| The Editor class is the main window of the Editor. More... | |
Variables | |
| const QString | SHARED = "SharedFileRPGEditor" |
| The constant SHARED is used to open shared memory between different instances of the application. | |
Definition of the Editor class.
1.7.6.1