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 b01957da8a..3f90f805d4 100644
--- a/engines/dm/objectman.h
+++ b/engines/dm/objectman.h
@@ -64,6 +64,7 @@ public:
void f38_drawIconInSlotBox(uint16 slotBoxIndex, int16 iconIndex); // @ F0038_OBJECT_DrawIconInSlotBox
void f34_drawLeaderObjectName(Thing thing); // @ F0034_OBJECT_DrawLeaderHandObjectName
IconIndice f39_getIconIndexInSlotBox(uint16 slotBoxIndex); // @ F0039_OBJECT_GetIconIndexInSlotBox
+ void f35_clearLeaderObjectName(); // @ F0035_OBJECT_ClearLeaderHandObjectName
};