aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-12-02 00:03:01 +0100
committerAlyssa Milburn2011-12-02 00:03:01 +0100
commit82ff40c5485f381e15d22b6bc274cd1c49846fd6 (patch)
treedb05a200e8937451e2c64e4ce93ab484e2014327 /engines/mohawk/livingbooks.h
parent9b00b3d5b745801241a6d9b9e1383413e0c85ba6 (diff)
downloadscummvm-rg350-82ff40c5485f381e15d22b6bc274cd1c49846fd6.tar.gz
scummvm-rg350-82ff40c5485f381e15d22b6bc274cd1c49846fd6.tar.bz2
scummvm-rg350-82ff40c5485f381e15d22b6bc274cd1c49846fd6.zip
MOHAWK: Implement LBCode::itemIsLoaded.
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index e79d134017..28dd49e78a 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -410,6 +410,7 @@ public:
const Common::String &getName() { return _desc; }
const Common::Rect &getRect() { return _rect; }
uint16 getSoundPriority() { return _soundMode; }
+ bool isLoaded() { return _loaded; }
bool isAmbient() { return _isAmbient; }
Common::List<LBItem *>::iterator _iterator;