aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-20 03:13:06 +0000
committerEugene Sandulenko2005-04-20 03:13:06 +0000
commit89ca4bf716757e27152a5e368c2cdedc75d50b8c (patch)
tree50f184008596943cbe32d81f100ad17254f24271 /scumm/intern.h
parentf960d3006ebc3f4e39d4f3f1701b1f7c10b27db7 (diff)
downloadscummvm-rg350-89ca4bf716757e27152a5e368c2cdedc75d50b8c.tar.gz
scummvm-rg350-89ca4bf716757e27152a5e368c2cdedc75d50b8c.tar.bz2
scummvm-rg350-89ca4bf716757e27152a5e368c2cdedc75d50b8c.zip
Since lost/smaller use default windows cursor we setup our own
svn-id: r17705
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 45ff6e8399..fd16abfa88 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1068,6 +1068,8 @@ protected:
void spritesResetTables(bool refreshScreen);
void spriteAddImageToList(int spriteId, int imageNum, int *spriteIdptr);
+ void setDefaultCursor();
+
public:
void saveOrLoadSpriteData(Serializer *s, uint32 savegameVersion);
void spritesBlitToScreen();