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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/objectman.h b/engines/dm/objectman.h
index e01d06404e..e5e4cf3a21 100644
--- a/engines/dm/objectman.h
+++ b/engines/dm/objectman.h
@@ -62,6 +62,7 @@ public:
IconIndice getIconIndex(Thing thing); // @ F0033_OBJECT_GetIconIndex
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
};
}