summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index 6657b98f3..d6ee54834 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -254,6 +254,8 @@ class Viewport : public WindowContainer, public gcn::MouseListener,
int getCameraRelativeY()
{ return mCameraRelativeY; }
+ bool isPopupMenuVisible();
+
protected:
friend class ActorSpriteManager;