aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/debugger.h')
-rw-r--r--engines/hopkins/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/debugger.h b/engines/hopkins/debugger.h
index aabc95c5f1..1ce018b38c 100644
--- a/engines/hopkins/debugger.h
+++ b/engines/hopkins/debugger.h
@@ -38,6 +38,8 @@ public:
Debugger();
virtual ~Debugger() {}
void setParent(HopkinsEngine *vm);
+
+ bool cmd_DirtyRects(int argc, const char **argv);
};
} // End of namespace Hopkins