summaryrefslogtreecommitdiffstats
path: root/src/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.h')
-rw-r--r--src/Instance.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Instance.h b/src/Instance.h
index 8c22eb4..a85999a 100644
--- a/src/Instance.h
+++ b/src/Instance.h
@@ -34,6 +34,10 @@ namespace Data {
class Level;
}
+namespace View {
+class TopView;
+}
+
class Instance {
public:
virtual ~Instance();
@@ -53,6 +57,8 @@ class Instance {
xmlpp::DomParser *levelXml;
Data::Level *level;
+ View::TopView *view;
+
Instance(const Glib::ustring &file);
void destroy();