aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/streams.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-28 14:32:49 +1000
committerPaul Gilbert2019-04-28 14:32:49 +1000
commit401b010ef3f488601244129b93a6ea3bf5bc3fb1 (patch)
tree900462a107420f7d92bf4571086bce570f3d1a9c /engines/glk/streams.h
parentc72cde3149514dddb8f76f9e717a0fb03dcb8332 (diff)
downloadscummvm-rg350-401b010ef3f488601244129b93a6ea3bf5bc3fb1.tar.gz
scummvm-rg350-401b010ef3f488601244129b93a6ea3bf5bc3fb1.tar.bz2
scummvm-rg350-401b010ef3f488601244129b93a6ea3bf5bc3fb1.zip
GLK: Implementing more gli object registration
Diffstat (limited to 'engines/glk/streams.h')
-rw-r--r--engines/glk/streams.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/glk/streams.h b/engines/glk/streams.h
index c254a89a28..a34ba6f0a4 100644
--- a/engines/glk/streams.h
+++ b/engines/glk/streams.h
@@ -103,9 +103,12 @@ struct FileReference {
/**
* Constructor
*/
- FileReference(int slot, const Common::String &desc, uint usage, uint rock = 0) :
- _rock(rock), _slotNumber(slot), _description(desc),
- _fileType((FileUsage)(usage & fileusage_TypeMask)), _textMode(usage & fileusage_TextMode) {}
+ FileReference(int slot, const Common::String &desc, uint usage, uint rock = 0);
+
+ /**
+ * Destructor
+ */
+ ~FileReference();
/**
* Get savegame filename