Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);