From ed797c07090a8c41f3f2451f35aa0cc8d5aa4544 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jun 2009 17:43:26 +0000 Subject: Implement debug commands "room" and "bt" svn-id: r41249 --- engines/agi/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/agi/console.h') diff --git a/engines/agi/console.h b/engines/agi/console.h index c435a70188..b75abe2ccd 100644 --- a/engines/agi/console.h +++ b/engines/agi/console.h @@ -71,6 +71,8 @@ private: bool Cmd_Step(int argc, const char **argv); bool Cmd_Debug(int argc, const char **argv); bool Cmd_Cont(int argc, const char **argv); + bool Cmd_Room(int argc, const char **argv); + bool Cmd_BT(int argc, const char **argv); private: AgiEngine *_vm; -- cgit v1.2.3