aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/eventman.h')
-rw-r--r--engines/dm/eventman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h
index 2c61d3e7ce..fb983bfaad 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -297,6 +297,8 @@ public:
void f379_drawSleepScreen(); // @ F0379_COMMAND_DrawSleepScreen
void f357_discardAllInput(); // @ F0357_COMMAND_DiscardAllInput
void f364_commandTakeStairs(bool stairsGoDown);// @ F0364_COMMAND_TakeStairs
+ void f367_commandProcessTypes12to27_clickInChampionStatusBox(uint16 champIndex, int16 posX,
+ int16 posY); // @ F0367_COMMAND_ProcessTypes12To27_ClickInChampionStatusBox
};