SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment
svn-id: r41024
This commit is contained in:
parent
4960b64b48
commit
56c0a41b71
14 changed files with 339 additions and 1068 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "sci/tools.h"
|
||||
#include "sci/engine/state.h"
|
||||
#include "sci/engine/sciconsole.h"
|
||||
|
||||
#include "sci/sci.h" // For _console only
|
||||
#include "sci/console.h" // For _console only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue