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 9f0ccf18de..12ad6105d3 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -62,6 +62,7 @@ struct PicAniInfo {
bool load(MfcArchive &file);
void save(MfcArchive &file);
+ void print();
PicAniInfo() { memset(this, 0, sizeof(PicAniInfo)); }
};