aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorStrangerke2015-10-19 07:15:42 +0200
committerStrangerke2015-10-19 07:15:42 +0200
commit7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9 (patch)
tree555eed2f8f85a536b1d80d004002c6d779f93810 /engines/mads/game.h
parent3488f05585a1c3491e90e3aa5d14fb34fcfb17d5 (diff)
downloadscummvm-rg350-7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9.tar.gz
scummvm-rg350-7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9.tar.bz2
scummvm-rg350-7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9.zip
MADS: Phantom: Implement scene 109
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 2a1daacedc..c5dfcbbc5a 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -238,6 +238,12 @@ public:
void syncTimers(int slave_type, int slave_id, int master_type, int master_id);
+ typedef struct {
+ //TODO
+ } Camera;
+ Camera _camX, _camY;
+ void camPanTo(Camera *camera, int target);
+
};
} // End of namespace MADS