-Incorporated Marcin Ko��cielnicki patch that reintroduces the flying
[supertux.git] / src / sector.h
index 5fb49f6..5f31dc9 100644 (file)
@@ -139,6 +139,8 @@ public: // TODO make this private again
   typedef std::vector<GameObject*> GameObjects;
   GameObjects gameobjects;
 
+  Rectangle get_active_region();
+
 private:
   void fix_old_tiles();