aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.h
diff options
context:
space:
mode:
authorArnaud Boutonné2009-09-29 22:43:30 +0000
committerArnaud Boutonné2009-09-29 22:43:30 +0000
commitff70b554eace73fafb0165fb0dc16da91f377ce4 (patch)
tree0bbbb0bc899e7b5f07433f681c556690faf94769 /engines/gob/hotspots.h
parentc85736913140a8c65aed7060a4ae2cc4a64bee70 (diff)
downloadscummvm-rg350-ff70b554eace73fafb0165fb0dc16da91f377ce4.tar.gz
scummvm-rg350-ff70b554eace73fafb0165fb0dc16da91f377ce4.tar.bz2
scummvm-rg350-ff70b554eace73fafb0165fb0dc16da91f377ce4.zip
Playtoons - implement some functions related to hotspot texts
Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472
Diffstat (limited to 'engines/gob/hotspots.h')
-rw-r--r--engines/gob/hotspots.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/hotspots.h b/engines/gob/hotspots.h
index 29f4d40b7b..0679d3a78e 100644
--- a/engines/gob/hotspots.h
+++ b/engines/gob/hotspots.h
@@ -269,8 +269,6 @@ private:
/** Go through all inputs we manage and redraw their texts. */
void updateAllTexts(const InputDesc *inputs) const;
-
- void oPlaytoons_sub_F_1B( uint16 id, int16 left, int16 top, int16 right, int16 bottom, char *str, int16 var3, int16 var4, int16 shortId);
};
} // End of namespace Gob