aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index 513db28fa8..18f37a9a3a 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -298,6 +298,9 @@ public:
void seek(uint16 pos);
void stop();
+ void playSound(uint16 resourceId);
+ bool soundPlaying(uint16 resourceId);
+
bool transparentAt(int x, int y);
void setTempo(uint16 tempo);
@@ -318,6 +321,7 @@ protected:
Common::Array<LBAnimationNode *> _nodes;
uint16 _tempo;
+ uint16 _currentSound;
uint32 _lastTime, _currentFrame;
bool _running;