aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/cursor.h
diff options
context:
space:
mode:
authorScott Thomas2009-08-31 02:04:24 +0000
committerScott Thomas2009-08-31 02:04:24 +0000
commit9e7737a6534d6272fe51ec53f34749ebf0fbdd11 (patch)
tree92a6f1174644708a6e6f3d2f588c154265ee851a /engines/groovie/cursor.h
parent4b43f6328130e6ae4636d8508ae613c13ae97991 (diff)
downloadscummvm-rg350-9e7737a6534d6272fe51ec53f34749ebf0fbdd11.tar.gz
scummvm-rg350-9e7737a6534d6272fe51ec53f34749ebf0fbdd11.tar.bz2
scummvm-rg350-9e7737a6534d6272fe51ec53f34749ebf0fbdd11.zip
Groovie: Handle special case for cursor #4
svn-id: r43847
Diffstat (limited to 'engines/groovie/cursor.h')
-rw-r--r--engines/groovie/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/cursor.h b/engines/groovie/cursor.h
index a148144389..b37384bee5 100644
--- a/engines/groovie/cursor.h
+++ b/engines/groovie/cursor.h
@@ -90,6 +90,8 @@ class GrvCursorMan_v2 : public GrvCursorMan {
public:
GrvCursorMan_v2(OSystem *system);
~GrvCursorMan_v2();
+
+ void setStyle(uint8 newStyle);
};
} // End of Groovie namespace