From be9507fcb1851966ee58539abc8825dd6859b188 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 5 Jan 2010 21:03:33 +0000 Subject: SCI: implemented new debug command "draw_cel" svn-id: r47043 --- engines/sci/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/console.h') diff --git a/engines/sci/console.h b/engines/sci/console.h index a292e126ae..5509bb05c6 100644 --- a/engines/sci/console.h +++ b/engines/sci/console.h @@ -84,6 +84,7 @@ private: bool cmdShowMap(int argc, const char **argv); // Graphics bool cmdDrawPic(int argc, const char **argv); + bool cmdDrawCel(int argc, const char **argv); bool cmdUndither(int argc, const char **argv); bool cmdPlayVideo(int argc, const char **argv); // Segments -- cgit v1.2.3