aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/console.h')
-rw-r--r--engines/chewy/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/chewy/console.h b/engines/chewy/console.h
index cce736bed2..352847455d 100644
--- a/engines/chewy/console.h
+++ b/engines/chewy/console.h
@@ -38,6 +38,7 @@ private:
ChewyEngine *_vm;
bool Cmd_Dump(int argc, const char **argv);
+ bool Cmd_Draw(int argc, const char **argv);
};
} // End of namespace Chewy