26 #include "common/scummsys.h" 27 #include "gui/debugger.h" 39 bool showGrid() {
return _showGrid; }
42 void preEnter()
override;
43 void postEnter()
override;
46 bool Cmd_ShowGrid(
int argc,
const char **argv);
47 bool Cmd_ReloadGrid(
int argc,
const char **argv);
48 bool Cmd_ShowCompact(
int argc,
const char **argv);
49 bool Cmd_LogicCommand(
int argc,
const char **argv);
50 bool Cmd_Info(
int argc,
const char **argv);
51 bool Cmd_ScriptVar(
int argc,
const char **argv);
52 bool Cmd_Section(
int argc,
const char **argv);
53 bool Cmd_LogicList(
int argc,
const char **argv);
55 void dumpCompact(uint16 cptId);
68 static void logic(uint32 logic);
69 static void script(uint32 command, uint16 *scriptData);
70 static void mcode(uint32 mcode, uint32 a, uint32 b, uint32 c);
Definition: debugger.h:41
Definition: atari-screen.h:60
Definition: autoroute.h:28