aboutsummaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorMax Horn2002-07-28 13:45:51 +0000
committerMax Horn2002-07-28 13:45:51 +0000
commit027ef33b6b1f6e47274fc641e754d2f42d826e61 (patch)
treedb4ddf6296658288906a1101af88db0f99bcb20c /debug.h
parentb233f5573a0988f13b9fb3da05e48b95761c79a3 (diff)
downloadscummvm-rg350-027ef33b6b1f6e47274fc641e754d2f42d826e61.tar.gz
scummvm-rg350-027ef33b6b1f6e47274fc641e754d2f42d826e61.tar.bz2
scummvm-rg350-027ef33b6b1f6e47274fc641e754d2f42d826e61.zip
allow to print (and draw!) only one specified box
svn-id: r4667
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h4
1 files changed, 3 insertions, 1 deletions
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);
};