From 698f901a6d983f3f44b07f6560b1370850483fa0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Feb 2012 22:13:02 +0000 Subject: Added map entities, added ini file reader. --- src/editorwindow.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/editorwindow.h') 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); -- cgit v1.2.3