aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/saga/saga.h b/saga/saga.h
index 7c209a3afb..8b68088afa 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -65,6 +65,7 @@ using Common::MemoryReadStream;
struct RSCFILE_CONTEXT;
struct SEMAPHORE;
+struct SPRITELIST;
enum ERRORCODE {
MEM = -2,
@@ -115,7 +116,9 @@ public:
Console *_console;
Events *_events;
PalAnim *_palanim;
-
+
+ SPRITELIST *_mainSprites;
+
/** Random number generator */
Common::RandomSource _rnd;