aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-24 02:08:26 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitb820a36d3a94e9510e313144378b789efe954fe4 (patch)
tree4754e6fd419d8818c2eef248a35a2ad8b797e31b /engines/dm/eventman.h
parenteddf2f494d3e750519e0d515d97834f05974c3c1 (diff)
downloadscummvm-rg350-b820a36d3a94e9510e313144378b789efe954fe4.tar.gz
scummvm-rg350-b820a36d3a94e9510e313144378b789efe954fe4.tar.bz2
scummvm-rg350-b820a36d3a94e9510e313144378b789efe954fe4.zip
DM: Add F0378_COMMAND_ProcessType81_ClickInPanel
Diffstat (limited to 'engines/dm/eventman.h')
-rw-r--r--engines/dm/eventman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h
index fa4728741d..ca9587716c 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -250,6 +250,7 @@ public:
void commandProcessType80ClickInDungeonViewTouchFrontWall(); // @ F0372_COMMAND_ProcessType80_ClickInDungeonView_TouchFrontWall
void commandProcessType80ClickInDungeonView(int16 posX, int16 posY); // @ F0377_COMMAND_ProcessType80_ClickInDungeonView
void commandProcessCommands160To162ClickInResurrectReincarnatePanel(CommandType commandType); // @ F0282_CHAMPION_ProcessCommands160To162_ClickInResurrectReincarnatePanel
+ void commandProcess81ClickInPanel(int16 x, int16 y); // @ F0378_COMMAND_ProcessType81_ClickInPanel
};
}