aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/resource.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index e94eaf4d57..822d1d31f4 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -34,10 +34,7 @@
#include "sci/sci.h"
namespace Common {
-class ReadStream;
-class WriteStream;
class File;
-class FSNode;
}
namespace Sci {
@@ -192,6 +189,10 @@ public:
byte *_header;
uint32 _headerSize;
+ /**
+ * Write the resource to the specified stream.
+ * This method is used only by the "dump" debugger command.
+ */
void writeToStream(Common::WriteStream *stream) const;
uint32 getAudioCompressionType();