aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/behavior.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-11-04 00:28:13 +0200
committerEugene Sandulenko2013-11-04 00:30:00 +0200
commit6c7c8215e30f4e67e2dbe0922e843201f055cfa0 (patch)
tree3a152bea03228a8e4682cff806c75b4131ca4a3e /engines/fullpipe/behavior.h
parent7da5c8c514ae0bd62dd96fdd30e9a3db5bc9eca9 (diff)
downloadscummvm-rg350-6c7c8215e30f4e67e2dbe0922e843201f055cfa0.tar.gz
scummvm-rg350-6c7c8215e30f4e67e2dbe0922e843201f055cfa0.tar.bz2
scummvm-rg350-6c7c8215e30f4e67e2dbe0922e843201f055cfa0.zip
FULLPIPE: Started implementing scene 3
Diffstat (limited to 'engines/fullpipe/behavior.h')
-rw-r--r--engines/fullpipe/behavior.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/behavior.h b/engines/fullpipe/behavior.h
index 83a548f486..4fd1454351 100644
--- a/engines/fullpipe/behavior.h
+++ b/engines/fullpipe/behavior.h
@@ -77,6 +77,8 @@ class BehaviorManager : public CObject {
void updateBehaviors();
void updateBehavior(BehaviorInfo *behaviorInfo, BehaviorEntry *entry);
void updateStaticAniBehavior(StaticANIObject *ani, int delay, BehaviorEntry *beh);
+
+ bool setBehaviorEnabled(StaticANIObject *obj, int aniId, int quId, int flag);
};
} // End of namespace Fullpipe