aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-06 02:03:24 +0530
committerEugene Sandulenko2019-09-03 17:17:13 +0200
commit373106f896908c32060c13c3e084b16a0033c61a (patch)
treeb7afa2508e0fe32e74debe667dd54810542fdf7e /engines/hdb/ai.h
parenta2c9c83b8392b850cec2839adf6367ca7186581b (diff)
downloadscummvm-rg350-373106f896908c32060c13c3e084b16a0033c61a.tar.gz
scummvm-rg350-373106f896908c32060c13c3e084b16a0033c61a.tar.bz2
scummvm-rg350-373106f896908c32060c13c3e084b16a0033c61a.zip
HDB: Add cineStartMap()
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 7c7c28e725..be7a530efe 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -950,6 +950,7 @@ public:
void cineFreeGfx();
void cineStart(bool abortable, const char *abortFunc);
void cineStop(const char *funcNext);
+ void cineStartMap(const char *mapName);
void cineLockPlayer();
void cineUnlockPlayer();
void cineSetCamera(int x, int y);