aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/objectman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/objectman.h')
-rw-r--r--engines/dm/objectman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dm/objectman.h b/engines/dm/objectman.h
index e5e4cf3a21..f075076439 100644
--- a/engines/dm/objectman.h
+++ b/engines/dm/objectman.h
@@ -63,6 +63,9 @@ public:
void extractIconFromBitmap(uint16 iconIndex, byte *destBitmap); // F0036_OBJECT_ExtractIconFromBitmap
void drawIconInSlotBox(uint16 slotBoxIndex, int16 iconIndex); // @ F0038_OBJECT_DrawIconInSlotBox
void drawLeaderObjectName(Thing thing); // @ F0034_OBJECT_DrawLeaderHandObjectName
+ IconIndice getIconIndexInSlotBox(uint16 slotBoxIndex); // @ F0039_OBJECT_GetIconIndexInSlotBox
+
+
};
}