aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/objects.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-14 09:30:30 +0300
committerEugene Sandulenko2013-09-06 14:51:14 +0300
commit682eb87af6788cf576691ecc938da9dbc48802cf (patch)
tree0912d64e521b4dd04e79a8efd5a45cc4db09649e /engines/fullpipe/objects.h
parentdb290e9b0ce3c0a76d42365cd9ca494605f3bf05 (diff)
downloadscummvm-rg350-682eb87af6788cf576691ecc938da9dbc48802cf.tar.gz
scummvm-rg350-682eb87af6788cf576691ecc938da9dbc48802cf.tar.bz2
scummvm-rg350-682eb87af6788cf576691ecc938da9dbc48802cf.zip
FULLPIPE: Implement BehaviorInfo::initObjectBehavior()
Diffstat (limited to 'engines/fullpipe/objects.h')
-rw-r--r--engines/fullpipe/objects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h
index 33406bb217..590e8ebcbc 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -115,6 +115,7 @@ class CGameVar : public CObject {
CGameVar *addSubVarAsInt(const char *name, int value);
bool addSubVar(CGameVar *subvar);
int getSubVarsCount();
+ CGameVar *getSubVarByIndex(int idx);
};
struct PreloadItem {