aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-09 08:27:21 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit233f93fefebd3150a2da41703b53d8223b9c36c7 (patch)
tree7de08320434bee3bf65d3ca634be5893cf405fa9 /engines/dm/eventman.h
parent774ae8e821f8bb91b297ecde39d0496666c1a6e0 (diff)
downloadscummvm-rg350-233f93fefebd3150a2da41703b53d8223b9c36c7.tar.gz
scummvm-rg350-233f93fefebd3150a2da41703b53d8223b9c36c7.tar.bz2
scummvm-rg350-233f93fefebd3150a2da41703b53d8223b9c36c7.zip
DM: Swap some warnings to stub methods
Stub methods: f362_commandHighlightBoxEnable, f442_SARTEND_processCommand202_entranceDrawCredits, f437_STARTEND_drawTittle
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 891b0e4a4d..ee49313d52 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -319,6 +319,7 @@ 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
};
}