aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-18 19:42:05 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit78d8a8d3c842cfa94b011cf318680d4ad3e71bd0 (patch)
tree9b7d6afd9717dfbeb2672c1ae3a538f6b22b5987 /engines/dm/eventman.h
parentbcbb3e447f5037d4026ad5bed6d7a34eaa378e46 (diff)
downloadscummvm-rg350-78d8a8d3c842cfa94b011cf318680d4ad3e71bd0.tar.gz
scummvm-rg350-78d8a8d3c842cfa94b011cf318680d4ad3e71bd0.tar.bz2
scummvm-rg350-78d8a8d3c842cfa94b011cf318680d4ad3e71bd0.zip
DM: Add several global variables, add code to F0462_START_StartGame_CPSF
Diffstat (limited to 'engines/dm/eventman.h')
-rw-r--r--engines/dm/eventman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h
index cdf0f06291..b2834e813e 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -199,7 +199,8 @@ class EventManager {
public:
MouseInput* _primaryMouseInput;// @ G0441_ps_PrimaryMouseInput
MouseInput* _secondaryMouseInput;// @ G0442_ps_SecondaryMouseInput
-
+ bool _highlightBoxEnabled; // @ G0341_B_HighlightBoxEnabled
+ uint16 _useChampionIconOrdinalAsMousePointerBitmap; // @ G0599_ui_UseChampionIconOrdinalAsMousePointerBitmap
EventManager(DMEngine *vm);
void initMouse();
void showMouse(bool visibility);