aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/debugger.h')
-rw-r--r--engines/kyra/debugger.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index e9c0a6a98a..2b1dcbe505 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -108,6 +108,21 @@ protected:
};
#endif // ENABLE_LOL
+#ifdef ENABLE_EOB
+class EoBCoreEngine;
+
+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
+
} // End of namespace Kyra
#endif