From 5a7ca3553ca480021c0992e83e9644eeeba2f724 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 8 Sep 2011 20:38:12 -0400 Subject: PEGASUS: Create separate Cursor class for cursors --- engines/pegasus/pegasus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/pegasus/pegasus.h') 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 _idlers; void giveIdleTime(); + Cursor *_cursor; // Items void createItems(); -- cgit v1.2.3