diff options
Diffstat (limited to 'engines/kyra/debugger.h')
| -rw-r--r-- | engines/kyra/debugger.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h index 77f1a9a550..2b1dcbe505 100644 --- a/engines/kyra/debugger.h +++ b/engines/kyra/debugger.h @@ -115,8 +115,11 @@ class Debugger_EoB : public Debugger { public: Debugger_EoB(EoBCoreEngine *vm); + virtual void initialize(); protected: EoBCoreEngine *_vm; + + bool cmd_importSaveFile(int argc, const char **argv); }; #endif // ENABLE_EOB |
