aboutsummaryrefslogtreecommitdiff
path: root/gui/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/object.h')
-rw-r--r--gui/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/object.h b/gui/object.h
index 01046bd668..9e5ea5fa60 100644
--- a/gui/object.h
+++ b/gui/object.h
@@ -78,7 +78,10 @@ public:
virtual uint16 getWidth() const { return _w; }
virtual uint16 getHeight() const { return _h; }
+// Tanoku-TODO: fix this back
virtual bool isVisible() const = 0;
+ bool _debugVisible;
+
virtual void draw() = 0;