aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/objects.h
diff options
context:
space:
mode:
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 {