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 78146e1233..79ba70ef9d 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -49,6 +49,7 @@ class Gfx;
class SData;
class Script;
class Actor;
+class Font;
using Common::MemoryReadStream;
@@ -103,6 +104,7 @@ public:
SData *_sdata;
Script *_script;
Actor *_actor;
+ Font *_font;
private:
int decodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t outbuf_len);