aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-29 22:28:22 -0400
committerPaul Gilbert2014-03-29 22:28:22 -0400
commit89af9dde8c412b4d11cd0107fe20f9bbbfd2e3bc (patch)
treee1d9bceb46ed0824f7c93e3fdc8c75d53a1b7349 /engines/mads/game.h
parent32b9530789e1c308e3afe849c27c21285dfe1ab3 (diff)
downloadscummvm-rg350-89af9dde8c412b4d11cd0107fe20f9bbbfd2e3bc.tar.gz
scummvm-rg350-89af9dde8c412b4d11cd0107fe20f9bbbfd2e3bc.tar.bz2
scummvm-rg350-89af9dde8c412b4d11cd0107fe20f9bbbfd2e3bc.zip
MADS: Implemented message loading/decoding
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 9da2694456..4521ad68c1 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -150,6 +150,7 @@ public:
uint32 getQuotesSize() { return _quotes.size(); }
const Common::String &getQuote(uint32 index) { return _quotes[index - 1]; }
+ Common::StringArray getMessage(uint32 id);
/**
* Standard object handling across the game