aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-19 19:00:58 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit80f2199151d2a005bbae64e9744477a5e52bfc52 (patch)
tree20db1e862b85414fe9859c6874b0ac9a6f7a4a43 /engines/dm/eventman.h
parent6aabe84bf6d117a9e9523eaf664cfb2fd2e04fc1 (diff)
downloadscummvm-rg350-80f2199151d2a005bbae64e9744477a5e52bfc52.tar.gz
scummvm-rg350-80f2199151d2a005bbae64e9744477a5e52bfc52.tar.bz2
scummvm-rg350-80f2199151d2a005bbae64e9744477a5e52bfc52.zip
DM: Clear check some warnings, complete minor functions
Diffstat (limited to 'engines/dm/eventman.h')
-rw-r--r--engines/dm/eventman.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h
index 520648505e..7dfd5ac9e0 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -260,6 +260,7 @@ class EventManager {
bool f375_processType80_clickDungeonView_isLeaderHandObjThrown(int16 posX, int16 posY); // @ F0375_COMMAND_ProcessType80_ClickInDungeonView_IsLeaderHandObjectThrown
void setMousePointerFromSpriteData(byte* mouseSprite);
+ Box _highlightScreenBox; // @ G0336_i_HighlightBoxX1
public:
explicit EventManager(DMEngine *vm);
~EventManager();
@@ -319,8 +320,8 @@ public:
void f371_commandProcessType111To115_ClickInActionArea(int16 posX, int16 posY); // @ F0371_COMMAND_ProcessType111To115_ClickInActionArea_CPSE
void f544_resetPressingEyeOrMouth(); // @ F0544_INPUT_ResetPressingEyeOrMouth
void f541_waitForMouseOrKeyActivity(); // @ F0541_INPUT_WaitForMouseOrKeyboardActivity
- void f362_commandHighlightBoxEnable(int16 x1, int16 x2, int16 y1, int16 y2) { warning(false, "STUB METHOD: f362_commandHighlightBoxEnable"); }// @ F0362_COMMAND_HighlightBoxEnable
- void f363_highlightBoxDisable() { warning(false, "STUB METHOD: f363_highlightBoxDisable"); } // @ F0363_COMMAND_HighlightBoxDisable
+ void f362_commandHighlightBoxEnable(int16 x1, int16 x2, int16 y1, int16 y2); // @ F0362_COMMAND_HighlightBoxEnable
+ void f363_highlightBoxDisable(); // @ F0363_COMMAND_HighlightBoxDisable
void f6_highlightScreenBox(int16 x1, int16 x2, int16 y1, int16 y2) { warning(false, "STUB METHOD: f6_highlightScreenBox"); } // @ F0006_MAIN_HighlightScreenBox
};