aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-24 01:43:43 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commiteddf2f494d3e750519e0d515d97834f05974c3c1 (patch)
tree2c8d927a1db2822488d2ff58bca96414cca2f18d /engines/dm/eventman.h
parentc1abeffecccf5cd6096f3a780f17e1327ee744da (diff)
downloadscummvm-rg350-eddf2f494d3e750519e0d515d97834f05974c3c1.tar.gz
scummvm-rg350-eddf2f494d3e750519e0d515d97834f05974c3c1.tar.bz2
scummvm-rg350-eddf2f494d3e750519e0d515d97834f05974c3c1.zip
DM: Add F0282_CHAMPION_ProcessCommands160To162_ClickInResurrectReincarnatePanel
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 1a4d663714..fa4728741d 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -31,6 +31,7 @@
#include "common/events.h"
#include "common/queue.h"
+#include "dm.h"
#include "gfx.h"
#include "champion.h"
@@ -248,6 +249,7 @@ public:
void commandSetLeader(ChampionIndex index); // @ F0368_COMMAND_SetLeader
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
};
}