Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-18 22:13:02 +0000
committerStijn Buys <ingar@osirion.org>2012-02-18 22:13:02 +0000
commit698f901a6d983f3f44b07f6560b1370850483fa0 (patch)
tree405ac907b9ff4a1ea1af1320f55ac30b3545244a /src/editorwindow.h
parent89c0d325d049666a07994c1a53461b8d7bb0d887 (diff)
Added map entities, added ini file reader.
Diffstat (limited to 'src/editorwindow.h')
-rw-r--r--src/editorwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/editorwindow.h b/src/editorwindow.h
index 3a9d704..dc1ed6e 100644
--- a/src/editorwindow.h
+++ b/src/editorwindow.h
@@ -1,6 +1,6 @@
/*
editorwindow.h
- This file is part of the Project::OSiRiON zone editor
+ This file is part of the Project::OSiRiON world editor
and is distributed under the terms and conditions of
the GNU General Public License version 2
*/
@@ -26,6 +26,10 @@ class EditorWindow : public QWidget
public:
EditorWindow(QWidget *parent = 0);
+public slots:
+ bool loadFile(const QString &filename);
+
+ bool saveFile(const QString &filename);
protected:
virtual void resizeEvent (QResizeEvent *event);