aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/console.h')
-rw-r--r--engines/teenagent/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/teenagent/console.h b/engines/teenagent/console.h
index ab2f068520..4dbdd3fc07 100644
--- a/engines/teenagent/console.h
+++ b/engines/teenagent/console.h
@@ -36,6 +36,9 @@ private:
bool enableObject(int argc, const char **argv);
bool setOns(int argc, const char **argv);
bool setMusic(int argc, const char **argv);
+ bool playAnimation(int argc, const char **argv);
+ bool playActorAnimation(int argc, const char **argv);
+ bool call(int argc, const char **argv);
TeenAgentEngine *_engine;
};