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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/objectman.h b/engines/dm/objectman.h
index 3f90f805d4..3b55e194f9 100644
--- a/engines/dm/objectman.h
+++ b/engines/dm/objectman.h
@@ -65,7 +65,7 @@ public:
void f34_drawLeaderObjectName(Thing thing); // @ F0034_OBJECT_DrawLeaderHandObjectName
IconIndice f39_getIconIndexInSlotBox(uint16 slotBoxIndex); // @ F0039_OBJECT_GetIconIndexInSlotBox
void f35_clearLeaderObjectName(); // @ F0035_OBJECT_ClearLeaderHandObjectName
-
+ void f37_drawIconToScreen(int16 iconIndex, int16 posX, int16 posY); // @ F0037_OBJECT_DrawIconToScreen
};