 |
Crossfire Resources Editor
|
Go to the documentation of this file.
13 #ifndef CLASS_CRE_MAP_INFORMATION_H
14 #define CLASS_CRE_MAP_INFORMATION_H
18 #include <QStringList>
52 const QString&
path() const;
55 const QString&
name() const;
69 QStringList
faces()
const;
70 void addFace(
const QString& face);
75 const QDateTime&
mapTime()
const;
93 const QString&
region()
const;
99 QStringList
quests()
const;
100 void addQuest(
const QString& quest);
103 const QHash<QString, int>&
shopItems()
const;
141 #endif // CLASS_CRE_MAP_INFORMATION_H
Base class for all assets that can be displayed or edited by CRE.