aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index e52d9b7f5b..4ecf4f485d 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -43,10 +43,16 @@ class Picture : public MemoryObject {
int _memoryObject2;
int _alpha;
int _paletteData;
+
+ public:
+ Picture();
+ virtual bool load(MfcArchive &file);
};
class BigPicture : public Picture {
-
+ public:
+ BigPicture();
+ virtual bool load(MfcArchive &file);
};
class GameObject : public CObject {