aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-08 20:38:12 -0400
committerMatthew Hoops2011-09-08 20:38:12 -0400
commit5a7ca3553ca480021c0992e83e9644eeeba2f724 (patch)
tree7dbff1a47f93f3f6d2adac124d0fcc19c6eeffbe /engines/pegasus/pegasus.h
parent0e14012edd8341842c8f14fbe7eeec266fdb17b5 (diff)
downloadscummvm-rg350-5a7ca3553ca480021c0992e83e9644eeeba2f724.tar.gz
scummvm-rg350-5a7ca3553ca480021c0992e83e9644eeeba2f724.tar.bz2
scummvm-rg350-5a7ca3553ca480021c0992e83e9644eeeba2f724.zip
PEGASUS: Create separate Cursor class for cursors
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index e0135657bd..35ee117ed4 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -48,6 +48,7 @@ class SoundManager;
class VideoManager;
class GraphicsManager;
class Idler;
+class Cursor;
static const int kViewScreenOffset = 64;
@@ -131,6 +132,7 @@ private:
// Idlers
Common::List<Idler *> _idlers;
void giveIdleTime();
+ Cursor *_cursor;
// Items
void createItems();