diff options
Diffstat (limited to 'engines/teenagent/console.h')
-rw-r--r-- | engines/teenagent/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/teenagent/console.h b/engines/teenagent/console.h index b569f98d8f..39896b4e08 100644 --- a/engines/teenagent/console.h +++ b/engines/teenagent/console.h @@ -40,6 +40,8 @@ private: bool playAnimation(int argc, const char **argv); bool playActorAnimation(int argc, const char **argv); bool call(int argc, const char **argv); + bool playSound(int argc, const char **argv); + bool playVoice(int argc, const char **argv); TeenAgentEngine *_engine; }; |