aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
authorJonathan Gray2004-08-02 14:51:48 +0000
committerJonathan Gray2004-08-02 14:51:48 +0000
commit632612680b894f21653379e0754f8123a83bc3e2 (patch)
tree4421f259e07c46b46e334605faaa28c413600d6f /saga/saga.h
parentb127f1882c5807ec1510208f063ab12121a88dbc (diff)
downloadscummvm-rg350-632612680b894f21653379e0754f8123a83bc3e2.tar.gz
scummvm-rg350-632612680b894f21653379e0754f8123a83bc3e2.tar.bz2
scummvm-rg350-632612680b894f21653379e0754f8123a83bc3e2.zip
move isomap into a class
svn-id: r14439
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 a683f3c55d..a4e31b725d 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -43,6 +43,7 @@ class Music;
class Anim;
class Render;
class ActionMap;
+class IsoMap;
class Gfx;
class SData;
class Script;
@@ -94,6 +95,7 @@ public:
Anim *_anim;
Render *_render;
ActionMap *_actionMap;
+ IsoMap *_isomap;
Gfx *_gfx;
SData *_sdata;
Script *_script;