From 62d71480c253e0ccf091a8697e3763d1a66abefb Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 7 Sep 2014 19:38:25 +0100 Subject: SWORD1: Add debugger command to set mac speech endianness --- engines/sword1/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sword1/console.h') diff --git a/engines/sword1/console.h b/engines/sword1/console.h index a2bb51f9a4..88ee756151 100644 --- a/engines/sword1/console.h +++ b/engines/sword1/console.h @@ -36,6 +36,7 @@ public: private: SwordEngine *_vm; + bool Cmd_SpeechEndianness(int argc, const char **argv); }; } // End of namespace Sword1 -- cgit v1.2.3