From 4460f43972bd52c498161c64d4ddcc4da4c45d20 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 21 Feb 2012 20:06:17 +0000 Subject: Add support for zone properties, added framework to save files. --- src/entityproperties.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/entityproperties.h') diff --git a/src/entityproperties.h b/src/entityproperties.h index 6189309..f91be1a 100644 --- a/src/entityproperties.h +++ b/src/entityproperties.h @@ -10,6 +10,8 @@ #include "properties.h" +#include + namespace editor { @@ -22,6 +24,11 @@ public: EntityProperties(); virtual ~EntityProperties(); + /** + * @brief save ini formatted entity properties to a textstream + * */ + virtual void save(QTextStream &textstream); + /* ---- inspectors ---- */ /** -- cgit v1.2.3