summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index 4fdef2c5..411db3b7 100644
--- a/src/being.h
+++ b/src/being.h
@@ -24,6 +24,7 @@
#include "actorsprite.h"
#include "eventlistener.h"
+#include "gui/gui.h"
#include "map.h"
#include "position.h"
#include "vector.h"
@@ -297,6 +298,8 @@ class Being : public ActorSprite, public EventListener
TargetCursorSize getTargetCursorSize() const override;
+ Cursor getHoverCursor() const;
+
/**
* Gets the way the object is blocked by other objects.
*/