aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-09-19 09:39:25 +0300
committerFilippos Karapetis2016-10-03 00:32:52 +0300
commit182debe9083a57c8f96ea5214450193feb2c6558 (patch)
treef26a04978cfc3ccf1fd37e572224fd4bcebb0821 /engines/chewy/chewy.h
parente60fbde1d2b736d7f44c51d27e75639837d19cfe (diff)
downloadscummvm-rg350-182debe9083a57c8f96ea5214450193feb2c6558.tar.gz
scummvm-rg350-182debe9083a57c8f96ea5214450193feb2c6558.tar.bz2
scummvm-rg350-182debe9083a57c8f96ea5214450193feb2c6558.zip
CHEWY: Add a console, with a "dump" command to dump resources
Diffstat (limited to 'engines/chewy/chewy.h')
-rw-r--r--engines/chewy/chewy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/chewy/chewy.h b/engines/chewy/chewy.h
index 99eafe6646..b832144efa 100644
--- a/engines/chewy/chewy.h
+++ b/engines/chewy/chewy.h
@@ -33,6 +33,7 @@
#include "common/random.h"
#include "engines/engine.h"
+#include "chewy/console.h"
namespace Chewy {
@@ -49,6 +50,8 @@ protected:
void initialize();
+ Console *_console;
+
public:
ChewyEngine(OSystem *syst, const ChewyGameDescription *gameDesc);
virtual ~ChewyEngine();