From 7fa8e4b4faf6dca308607977d2c2aaa5428ca60d Mon Sep 17 00:00:00 2001 From: neoraider Date: Sat, 12 Apr 2008 19:06:05 +0000 Subject: zoomedit: * Made Rooms, Gates and Textures in Levels changable --- src/Instance.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Instance.h') 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()); -- cgit v1.2.3