From 1171400ccb65025a77f04dae3a224a3aec5920a3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 Aug 2014 15:54:35 -0400 Subject: ACCESS: Beginnings of animation manager --- engines/access/access.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/access/access.h') diff --git a/engines/access/access.h b/engines/access/access.h index 18278bf56b..56600e4fb8 100644 --- a/engines/access/access.h +++ b/engines/access/access.h @@ -30,6 +30,7 @@ #include "common/util.h" #include "engines/engine.h" #include "graphics/surface.h" +#include "access\/animation.h" #include "access/data.h" #include "access/debugger.h" #include "access/events.h" @@ -100,6 +101,7 @@ protected: */ virtual void playGame() = 0; public: + AnimationManager *_animation; Debugger *_debugger; EventsManager *_events; FileManager *_files; @@ -135,7 +137,6 @@ public: byte *_inactive; byte *_manPal1; byte *_music; - byte *_anim; byte *_title; int _converseMode; int _startInvItem; @@ -209,8 +210,6 @@ public: int getRandomNumber(int maxNumber); - void freeAnimationData(); - void loadCells(Common::Array &cells); /** -- cgit v1.2.3