aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/scumm.h b/scumm.h
index 781f8929ea..b3737adcc0 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1446,28 +1446,6 @@ class Scumm_v7 : public Scumm
{
};
-struct ScummDebugger {
- Scumm *_s;
- byte _command;
- char *_parameters;
-
- bool _welcome;
-
- int _go_amount;
-
- char _cmd_buffer[256];
-
- void on_frame();
- bool do_command();
- void enter();
- int get_command();
- void attach(Scumm *s);
- void detach();
-
- void printActors(int act);
- void printScripts();
-};
-
extern uint16 _debugLevel;
extern const byte revBitMask[8];