aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-19 19:49:42 -0400
committerPaul Gilbert2015-03-19 19:49:42 -0400
commita02461fcb15da3b2e7e91d9cfb1bca559a1d277b (patch)
tree610100fe3bcb7b9eb98a6c91821d04fbd4dba923 /engines/sherlock/events.h
parent5a7ea9318d54bd725dd2493277dc0daf17f8abb4 (diff)
downloadscummvm-rg350-a02461fcb15da3b2e7e91d9cfb1bca559a1d277b.tar.gz
scummvm-rg350-a02461fcb15da3b2e7e91d9cfb1bca559a1d277b.tar.bz2
scummvm-rg350-a02461fcb15da3b2e7e91d9cfb1bca559a1d277b.zip
SHERLOCK: Refactorings, new Sprite and People classes
Diffstat (limited to 'engines/sherlock/events.h')
-rw-r--r--engines/sherlock/events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h
index 1f7352eeb5..0fa6bf3a5e 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -26,7 +26,7 @@
#include "common/scummsys.h"
#include "common/events.h"
#include "common/stack.h"
-#include "sherlock/sprite.h"
+#include "sherlock/resources.h"
namespace Sherlock {
@@ -41,7 +41,7 @@ private:
uint32 _frameCounter;
uint32 _priorFrameTime;
Common::Point _mousePos;
- Sprite *_cursorSprites;
+ ImageFile *_cursorImages;
bool checkForNextFrameCounter();
public: