aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-14 12:52:59 +0300
committerEugene Sandulenko2013-09-06 14:51:14 +0300
commitfce8c0f5952533b592de21205274f5cf9347a3b1 (patch)
tree481ea307373fcfd2c07954a1e54be5f54a9400e9 /engines/fullpipe/scene.h
parent682eb87af6788cf576691ecc938da9dbc48802cf (diff)
downloadscummvm-rg350-fce8c0f5952533b592de21205274f5cf9347a3b1.tar.gz
scummvm-rg350-fce8c0f5952533b592de21205274f5cf9347a3b1.tar.bz2
scummvm-rg350-fce8c0f5952533b592de21205274f5cf9347a3b1.zip
FULLPIPE: Implement BehaviorEntry
Diffstat (limited to 'engines/fullpipe/scene.h')
-rw-r--r--engines/fullpipe/scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index 1b05234853..1292bedf59 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -60,6 +60,7 @@ class Scene : public Background {
StaticANIObject *getStaticANIObject1ById(int obj, int a3);
StaticANIObject *getStaticANIObject1ByName(char *name, int a3);
MessageQueue *getMessageQueueById(int messageId);
+ MessageQueue *getMessageQueueByName(char *name);
void deleteStaticANIObject(StaticANIObject *obj);
void addStaticANIObject(StaticANIObject *obj, bool addList2);