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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/teenagent/console.h b/engines/teenagent/console.h
index 83a21f223f..c0cc75da97 100644
--- a/engines/teenagent/console.h
+++ b/engines/teenagent/console.h
@@ -37,6 +37,7 @@ public:
private:
bool enableObject(int argc, const char **argv);
+ bool setOns(int argc, const char **argv);
TeenAgentEngine *_engine;
};