aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/pics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/pics.h')
-rw-r--r--engines/glk/frotz/pics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/glk/frotz/pics.h b/engines/glk/frotz/pics.h
index ab2204f414..68facf5b9f 100644
--- a/engines/glk/frotz/pics.h
+++ b/engines/glk/frotz/pics.h
@@ -65,6 +65,7 @@ private:
Common::Array<Entry> _index; ///< list of entries
uint _entrySize;
uint _version;
+ Common::Array<byte> *_palette;
private:
/**
* Returns the filename for the pictures archive
@@ -82,6 +83,11 @@ public:
Pics();
/**
+ * Destructor
+ */
+ ~Pics();
+
+ /**
* Return the number of entries in the file
*/
size_t size() const { return _index.size(); }