aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/objectman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-28 20:33:04 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit5ba83b8b4dfb3ed4bf4789c528d0c5d0d169fae8 (patch)
treee136f35f8cf17ee5e87f270fb8bc6450c5b16522 /engines/dm/objectman.h
parentae6f2d711ccf3a2351be2d98da07ed2daf95c017 (diff)
downloadscummvm-rg350-5ba83b8b4dfb3ed4bf4789c528d0c5d0d169fae8.tar.gz
scummvm-rg350-5ba83b8b4dfb3ed4bf4789c528d0c5d0d169fae8.tar.bz2
scummvm-rg350-5ba83b8b4dfb3ed4bf4789c528d0c5d0d169fae8.zip
DM: Add F0295_CHAMPION_HasObjectIconInSlotBoxChanged, F0039_OBJECT_GetIconIndexInSlotBox
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
+
+
};
}