aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/console.h')
-rw-r--r--engines/chewy/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/chewy/console.h b/engines/chewy/console.h
index 122f79cf51..4953480644 100644
--- a/engines/chewy/console.h
+++ b/engines/chewy/console.h
@@ -47,6 +47,7 @@ private:
bool Cmd_VideoInfo(int argc, const char **argv);
bool Cmd_ErrorMessage(int argc, const char **argv);
bool Cmd_Dialog(int argc, const char **argv);
+ bool Cmd_Text(int argc, const char **argv);
};
} // End of namespace Chewy