summaryrefslogtreecommitdiffstats
path: root/src/View/TopView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/TopView.h')
-rw-r--r--src/View/TopView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/View/TopView.h b/src/View/TopView.h
index bbb9394..0996ad3 100644
--- a/src/View/TopView.h
+++ b/src/View/TopView.h
@@ -48,7 +48,6 @@ class TopView : public View {
bool edgeLess(const Edge &e1, const Edge &e2);
void drawGrid(Gui::RenderArea *renderArea);
-
void renderRoom(Data::Room *room);
public:
@@ -58,6 +57,8 @@ class TopView : public View {
void setLevel(Data::Level *level0) {level = level0;}
virtual void render(Gui::RenderArea *renderArea);
+
+ virtual void getBounds(float *minX, float *maxX, float *minY, float *maxY);
};
}