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 7501f2bda7..60485804e2 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -66,6 +66,7 @@ struct PicAniInfo {
PicAniInfo() { memset(this, 0, sizeof(PicAniInfo)); }
};
+typedef Common::Array<PicAniInfo> PicAniInfoList;
union VarValue {
float floatValue;