diff options
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r-- | src/mapwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h index 0afcaff..c68d127 100644 --- a/src/mapwidget.h +++ b/src/mapwidget.h @@ -32,6 +32,8 @@ public: * @brief add an entity to the map * */ EntityWidget *addEntity(); + + void save(QTextStream &textstream); protected: |