aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/fileset.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/fileset.h')
-rw-r--r--engines/sludge/fileset.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/engines/sludge/fileset.h b/engines/sludge/fileset.h
index 9cde705a55..3ba0a2bc48 100644
--- a/engines/sludge/fileset.h
+++ b/engines/sludge/fileset.h
@@ -29,14 +29,11 @@ namespace Sludge {
class ResourceManager {
public:
- ResourceManager():
- _sliceBusy(true),
- _bigDataFile(0),
- _startOfDataIndex(0),
- _startOfTextIndex(0),
- _startOfSubIndex(0),
- _startOfObjectIndex(0),
- _startIndex(0) {}
+ ResourceManager();
+ ~ResourceManager();
+
+ void init();
+ void kill();
void setData(Common::File *readStream);
void setFileIndices(uint, uint);