aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/pink.h
diff options
context:
space:
mode:
authorAndrei Prykhodko2018-08-05 22:08:54 +0300
committerAndrei Prykhodko2018-08-05 22:08:54 +0300
commitc255de107d3dc57e210857a7bf34847e36f3dc0c (patch)
tree73ed398d00ceb5f1d21717824e00aca5c86bcbea /engines/pink/pink.h
parentca54a720721d1ffb827b1573da7857b75227c1df (diff)
downloadscummvm-rg350-c255de107d3dc57e210857a7bf34847e36f3dc0c.tar.gz
scummvm-rg350-c255de107d3dc57e210857a7bf34847e36f3dc0c.tar.bz2
scummvm-rg350-c255de107d3dc57e210857a7bf34847e36f3dc0c.zip
PINK: implemented text drawing in ActionText for English version
Diffstat (limited to 'engines/pink/pink.h')
-rw-r--r--engines/pink/pink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pink/pink.h b/engines/pink/pink.h
index b46d4f07b4..bafe15f6c5 100644
--- a/engines/pink/pink.h
+++ b/engines/pink/pink.h
@@ -115,6 +115,7 @@ public:
void executeMenuCommand(uint id);
+ const ADGameDescription &getGameDesc() { return _desc; }
OrbFile *getOrb() { return &_orb; }
BroFile *getBro() { return _bro; }
Common::RandomSource &getRnd() { return _rnd; };