aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/mouse.h')
-rw-r--r--engines/draci/mouse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/draci/mouse.h b/engines/draci/mouse.h
index 07dc53311d..f3e0123f59 100644
--- a/engines/draci/mouse.h
+++ b/engines/draci/mouse.h
@@ -50,8 +50,9 @@ public:
void cursorOff();
bool isCursorOn();
void setPosition(uint16 x, uint16 y);
- void setCursorType(CursorType cur);
CursorType getCursorType() { return _cursorType; }
+ void setCursorType(CursorType cur);
+ void loadItemCursor(int itemID, bool highlighted = false);
bool lButtonPressed() { return _lButton; }
bool rButtonPressed() { return _rButton; }
void lButtonSet(bool state) { _lButton = state; }