aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authorStrangerke2013-09-28 10:00:23 +0200
committerStrangerke2013-09-28 10:00:23 +0200
commit7d66cdf417f4e4673004fd5802e4a9649e38d179 (patch)
tree6b6e55800effc5d4d7400d8577ef9314838308bf /engines/avalanche/avalanche.h
parent7a8d252ddb9115d4cfea0bdc5e94b38ac3ddad23 (diff)
downloadscummvm-rg350-7d66cdf417f4e4673004fd5802e4a9649e38d179.tar.gz
scummvm-rg350-7d66cdf417f4e4673004fd5802e4a9649e38d179.tar.bz2
scummvm-rg350-7d66cdf417f4e4673004fd5802e4a9649e38d179.zip
AVALANCHE: Move mouse cursor display functions to Graphics
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 2e2724f864..1d36c4c640 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -348,9 +348,7 @@ public:
void spriteRun();
Common::String intToStr(int32 num);
- void newMouse(byte id);
void setMousePointerWait(); // Makes hourglass.
- void loadMouse(byte which);
void setBackgroundColor(byte x);