aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/console.h')
-rw-r--r--engines/agi/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/console.h b/engines/agi/console.h
index 6e86067373..c650e143a0 100644
--- a/engines/agi/console.h
+++ b/engines/agi/console.h
@@ -50,6 +50,7 @@ private:
bool Cmd_SetObj(int argc, const char **argv);
bool Cmd_RunOpcode(int argc, const char **argv);
bool Cmd_Agiver(int argc, const char **argv);
+ bool Cmd_Version(int argc, const char **argv);
bool Cmd_Flags(int argc, const char **argv);
bool Cmd_Vars(int argc, const char **argv);
bool Cmd_Objs(int argc, const char **argv);