aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/console.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-09-19 09:49:50 +0300
committerFilippos Karapetis2016-10-03 00:33:08 +0300
commit8970473f6c439496cc3c5d65539df680e1795916 (patch)
tree2ab5aaae55a8ac3ba18fe73f9f0f443d908e5dcd /engines/chewy/console.h
parent3a5cd65d6d03c2e2f17656571f8528ef6ea8f039 (diff)
downloadscummvm-rg350-8970473f6c439496cc3c5d65539df680e1795916.tar.gz
scummvm-rg350-8970473f6c439496cc3c5d65539df680e1795916.tar.bz2
scummvm-rg350-8970473f6c439496cc3c5d65539df680e1795916.zip
CHEWY: Add a "draw" console command to draw game images
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