aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
authorJames Brown2002-12-28 05:17:46 +0000
committerJames Brown2002-12-28 05:17:46 +0000
commit77b905d0c223ff5067b20a37dfd7158d10185b45 (patch)
tree676e06e66463cd80e04aed01066505760ac0be16 /scumm/debugger.h
parentcdec05af03d2e194939b892254109e1053ce077f (diff)
downloadscummvm-rg350-77b905d0c223ff5067b20a37dfd7158d10185b45.tar.gz
scummvm-rg350-77b905d0c223ff5067b20a37dfd7158d10185b45.tar.bz2
scummvm-rg350-77b905d0c223ff5067b20a37dfd7158d10185b45.zip
Add Save/Load game commands to Debugger
svn-id: r6219
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index 3bedf6b9cc..070a81323c 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -70,6 +70,8 @@ protected:
// Commands
bool Cmd_Exit(char _parameter[255][255]);
bool Cmd_Room(char _parameter[255][255]);
+ bool Cmd_LoadGame(char _parameter[255][255]);
+ bool Cmd_SaveGame(char _parameter[255][255]);
#ifdef USE_CONSOLE
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);