aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.h
diff options
context:
space:
mode:
authorDenis Kasak2009-08-05 02:35:51 +0000
committerDenis Kasak2009-08-05 02:35:51 +0000
commit6546c2ed8eb30201f0af68639cb5e37f65620741 (patch)
tree75d0301f30a94aac95f41e0370823a0f62a414cd /engines/draci/game.h
parentc9b24d2ff9f27a5926ea0dd992a85923dd1616f8 (diff)
downloadscummvm-rg350-6546c2ed8eb30201f0af68639cb5e37f65620741.tar.gz
scummvm-rg350-6546c2ed8eb30201f0af68639cb5e37f65620741.tar.bz2
scummvm-rg350-6546c2ed8eb30201f0af68639cb5e37f65620741.zip
* Added kTitleColour = 255 enum constant used in the following item.
* Added proper colouring of the title animation fonts * Added Game::getEscRoom(). svn-id: r43063
Diffstat (limited to 'engines/draci/game.h')
-rw-r--r--engines/draci/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/draci/game.h b/engines/draci/game.h
index 33b6e76894..8b8be1e9ea 100644
--- a/engines/draci/game.h
+++ b/engines/draci/game.h
@@ -219,6 +219,8 @@ public:
int getIconStatus(int iconID);
+ int getEscRoom();
+
int getMarkedAnimationIndex();
void setMarkedAnimationIndex(int index);