diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-03-02 16:01:51 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-03-02 16:30:10 +0100 |
commit | 8546361abaa6123acd9dc1429575d1fd1cf6a4ec (patch) | |
tree | c104ef0073dbc93ba491ecb03352402c1a8f72c4 /src/being.h | |
parent | c7e48aaf7eb0f2df76327b963879416a0cc8d5e7 (diff) | |
download | mana-8546361abaa6123acd9dc1429575d1fd1cf6a4ec.tar.gz mana-8546361abaa6123acd9dc1429575d1fd1cf6a4ec.tar.bz2 mana-8546361abaa6123acd9dc1429575d1fd1cf6a4ec.tar.xz mana-8546361abaa6123acd9dc1429575d1fd1cf6a4ec.zip |
Added support for customizing NPC and Monster hover cursor
To match support for this in M+, since TMW uses this functionality on
two of its NPCs.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
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. */ |