aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/saga.h b/saga/saga.h
index 1f0c8a107b..152fa17708 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -53,6 +53,7 @@ class SData;
class Script;
class Actor;
class Font;
+class Sprite;
using Common::MemoryReadStream;
@@ -105,6 +106,7 @@ public:
Script *_script;
Actor *_actor;
Font *_font;
+ Sprite *_sprite;
private:
int decodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t outbuf_len);