aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-13 23:32:55 +0530
committerEugene Sandulenko2019-09-03 17:17:19 +0200
commite0f49e8aee8aa22c196969c27a99774f2e85f805 (patch)
tree9c0d7b98e316c840e430e2977c321cdb0c5b8bc9 /engines/hdb/ai.h
parent2f893eeadd0b1a0129c88132afc5f49dacd55c13 (diff)
downloadscummvm-rg350-e0f49e8aee8aa22c196969c27a99774f2e85f805.tar.gz
scummvm-rg350-e0f49e8aee8aa22c196969c27a99774f2e85f805.tar.bz2
scummvm-rg350-e0f49e8aee8aa22c196969c27a99774f2e85f805.zip
HDB: Add cineFunction()
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 c63dfdded1..3d20a1ed74 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -1005,6 +1005,7 @@ public:
void cineClearForeground(int x, int y);
void cineSetBackground(int x, int y, int index);
void cineSetForeground(int x, int y, int index);
+ void cineFunction(const char *func);
// Waypoint & Movement Functions
void lookAtXY(int x, int y);