From 027ef33b6b1f6e47274fc641e754d2f42d826e61 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Jul 2002 13:45:51 +0000 Subject: allow to print (and draw!) only one specified box svn-id: r4667 --- debug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index d620f42a02..4a5f8f9b4c 100644 --- a/debug.h +++ b/debug.h @@ -43,7 +43,9 @@ struct ScummDebugger { void printActors(int act); void printScripts(); - + + void printBox(int box); + void printBoxes(); void boxTest(int box); }; -- cgit v1.2.3