summaryrefslogtreecommitdiffstats
path: root/src/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.h')
-rw-r--r--src/Instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Instance.h b/src/Instance.h
index d9c0509..8c22eb4 100644
--- a/src/Instance.h
+++ b/src/Instance.h
@@ -40,6 +40,7 @@ class Instance {
void createLevel();
bool loadLevel(const Glib::ustring &file);
+ bool saveLevel(const Glib::ustring &file);
static bool create(const Glib::ustring &file = Glib::ustring());