aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
authorJonathan Gray2004-08-01 11:48:53 +0000
committerJonathan Gray2004-08-01 11:48:53 +0000
commit0bbeb61f5e74437c2105b0aff042caeacb34bc8d (patch)
tree06ac67ffe6081cab4d93ba37bcda2b361575bdf7 /saga/saga.h
parent12e1c4711bc9a4e56096a6a7ab38c3146eccd35d (diff)
downloadscummvm-rg350-0bbeb61f5e74437c2105b0aff042caeacb34bc8d.tar.gz
scummvm-rg350-0bbeb61f5e74437c2105b0aff042caeacb34bc8d.tar.bz2
scummvm-rg350-0bbeb61f5e74437c2105b0aff042caeacb34bc8d.zip
merge gfx_mod.h into gfx.h and stick functions into a class
svn-id: r14419
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 1485f46ee1..f93edeabcf 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -43,6 +43,7 @@ class Music;
class Anim;
class Render;
class ActionMap;
+class Gfx;
using Common::MemoryReadStream;
@@ -91,6 +92,7 @@ public:
Anim *_anim;
Render *_render;
ActionMap *_actionMap;
+ Gfx *_gfx;
private:
int decodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t outbuf_len);