Support custom fields for top-level map attributes

This commit is contained in:
Marcus Huderle
2019-02-03 10:38:45 -06:00
committed by huderlem
parent d70145d89a
commit a894bea71b
8 changed files with 455 additions and 197 deletions

View File

@@ -38,6 +38,7 @@ public:
QString battle_scene;
QString sharedEventsMap = "";
QString sharedScriptsMap = "";
QMap<QString, QString> customHeaders;
MapLayout *layout;
bool isPersistedToFile = true;
bool needsLayoutDir = true;