aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/debug.h')
-rw-r--r--engines/groovie/debug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/groovie/debug.h b/engines/groovie/debug.h
index dadba9482c..e21746a426 100644
--- a/engines/groovie/debug.h
+++ b/engines/groovie/debug.h
@@ -27,12 +27,11 @@
#define GROOVIE_DEBUG_H
#include "gui/debugger.h"
-#include "engines/engine.h"
namespace Groovie {
-class Script;
class GroovieEngine;
+class Script;
class Debugger : public GUI::Debugger {
public:
@@ -42,7 +41,6 @@ public:
private:
GroovieEngine *_vm;
Script *_script;
- OSystem *_syst;
int getNumber(const char *arg);