aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-12 10:59:14 +0200
committerEugene Sandulenko2014-01-12 10:59:14 +0200
commit491a045eea1af99a4bf54ab84304135c946b6cc0 (patch)
tree264a6a625baaa2469785d015aff72e07cb03ad78 /engines/fullpipe/gfx.h
parent4e592c724904bb0bc597e5bc7fe7707c1f858dab (diff)
downloadscummvm-rg350-491a045eea1af99a4bf54ab84304135c946b6cc0.tar.gz
scummvm-rg350-491a045eea1af99a4bf54ab84304135c946b6cc0.tar.bz2
scummvm-rg350-491a045eea1af99a4bf54ab84304135c946b6cc0.zip
FULLPIPE: Implement Movement::freePixelData()
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 6e32c94164..d640decc80 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -88,6 +88,7 @@ class Picture : public MemoryObject {
virtual ~Picture();
void freePicture();
+ void freePixelData();
virtual bool load(MfcArchive &file);
void setAOIDs();