aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorStrangerke2014-04-08 10:26:43 +0200
committerStrangerke2014-04-08 10:26:43 +0200
commit0f476c31ef6edccc218286997a221bcf2e94a990 (patch)
tree41d87ff376ec187354fb82928c2f6f6b94ccf907 /engines/mads/game.h
parentf6cfd1d53b3ac47744c8393c49ecf51a99633fc4 (diff)
downloadscummvm-rg350-0f476c31ef6edccc218286997a221bcf2e94a990.tar.gz
scummvm-rg350-0f476c31ef6edccc218286997a221bcf2e94a990.tar.bz2
scummvm-rg350-0f476c31ef6edccc218286997a221bcf2e94a990.zip
MADS: Implement scene 210, some cleanup of some other 2xx scenes, add some stubs
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 e4880091cc..3216da360e 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -148,6 +148,7 @@ public:
uint32 getQuotesSize() { return _quotes.size(); }
const Common::String &getQuote(uint32 index) { return _quotes[index - 1]; }
+ void splitQuote(Common::String quote, Common::String part1, Common::String part2) {warning("TODO: splitQuote()");}
Common::StringArray getMessage(uint32 id);
/**