aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-07-19 17:53:55 +0000
committerTorbjörn Andersson2005-07-19 17:53:55 +0000
commit546a9d852b1907dd8e1c9403842a934a98fd9a2d (patch)
tree50de9cf538c24450a264053c143e2f18e37c51da /scumm/intern.h
parentf7749e4789b957c3feae1f6db1c0836bbe2956a3 (diff)
downloadscummvm-rg350-546a9d852b1907dd8e1c9403842a934a98fd9a2d.tar.gz
scummvm-rg350-546a9d852b1907dd8e1c9403842a934a98fd9a2d.tar.bz2
scummvm-rg350-546a9d852b1907dd8e1c9403842a934a98fd9a2d.zip
Applied patch #1238516, with very minor modifications. It gets rid of an
old DOTT hack/workaround. svn-id: r18559
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 d9105839d3..daf6e581c3 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -537,6 +537,7 @@ protected:
virtual void writeArray(int array, int index, int base, int value);
void shuffleArray(int num, int minIdx, int maxIdx);
+ void setDefaultCursor();
void setCursorTransparency(int a);
void setCursorHotspot(int x, int y);