aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-06 02:12:27 +0530
committerEugene Sandulenko2019-09-03 17:17:13 +0200
commit9b48e15b8eb1d1e140e46af377ee5d874dc3ad81 (patch)
tree91d74346cd51d9932c23521c18c229eef343642c /engines/hdb/ai.h
parentf6a3eac4972bd64c4e2c81c801a4924d892aeddd (diff)
downloadscummvm-rg350-9b48e15b8eb1d1e140e46af377ee5d874dc3ad81.tar.gz
scummvm-rg350-9b48e15b8eb1d1e140e46af377ee5d874dc3ad81.tar.bz2
scummvm-rg350-9b48e15b8eb1d1e140e46af377ee5d874dc3ad81.zip
HDB: Add cinePlayVoice() and cinePlaySound()
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index be7a530efe..02a928831a 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -970,6 +970,8 @@ public:
void cineCenterTextOut(const char *text, int y, int timer);
void cineMoveMaskedPic(const char *id, const char *pic, int x1, int y1, int x2, int y2, int speed);
void cineUse(const char *entName);
+ void cinePlaySound(int index);
+ void cinePlayVoice(int index, int actor);
void cineFadeIn(bool isBlack, int steps);
void cineFadeOut(bool isBlack, int steps);
void cineClearForeground(int x, int y);