diff options
author | Max Horn | 2002-07-28 13:45:51 +0000 |
---|---|---|
committer | Max Horn | 2002-07-28 13:45:51 +0000 |
commit | 027ef33b6b1f6e47274fc641e754d2f42d826e61 (patch) | |
tree | db4ddf6296658288906a1101af88db0f99bcb20c /debug.h | |
parent | b233f5573a0988f13b9fb3da05e48b95761c79a3 (diff) | |
download | scummvm-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,7 +43,9 @@ struct ScummDebugger { void printActors(int act); void printScripts(); - + + void printBox(int box); + void printBoxes(); void boxTest(int box); }; |