aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2005-04-28 01:04:42 +0000
committerMax Horn2005-04-28 01:04:42 +0000
commitec435855378a610ca7e40d4d8ee31bed2df494a0 (patch)
tree421b3886b48aa265ea2e3f6b5baf278b228e9208 /scumm/intern.h
parent5109e82c35c027c5ab695e54666476b04734c786 (diff)
downloadscummvm-rg350-ec435855378a610ca7e40d4d8ee31bed2df494a0.tar.gz
scummvm-rg350-ec435855378a610ca7e40d4d8ee31bed2df494a0.tar.bz2
scummvm-rg350-ec435855378a610ca7e40d4d8ee31bed2df494a0.zip
Added new handleMouseOver to allow further refactoring of the V2 specific verb code; added a TODO comment regarding the blast code
svn-id: r17848
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 224c571524..8d41c5f231 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -292,6 +292,7 @@ protected:
void resetSentence();
void setUserState(byte state);
+ virtual void handleMouseOver(bool updateInventory);
void initV2MouseOver();
void initNESMouseOver();