summaryrefslogtreecommitdiffstats
path: root/src/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.h')
-rw-r--r--src/Instance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Instance.h b/src/Instance.h
index a85999a..679ccbe 100644
--- a/src/Instance.h
+++ b/src/Instance.h
@@ -36,6 +36,7 @@ class Level;
namespace View {
class TopView;
+class MapView;
}
class Instance {
@@ -58,6 +59,7 @@ class Instance {
Data::Level *level;
View::TopView *view;
+ View::MapView *mapView;
Instance(const Glib::ustring &file);