aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/debugger.h')
-rw-r--r--engines/glk/debugger.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/glk/debugger.h b/engines/glk/debugger.h
index d09ef99ae8..0555829a95 100644
--- a/engines/glk/debugger.h
+++ b/engines/glk/debugger.h
@@ -24,7 +24,9 @@
#define GLK_DEBUGGER_H
#include "common/scummsys.h"
+#include "common/stream.h"
#include "gui/debugger.h"
+#include "glk/raw_decoder.h"
namespace Glk {
@@ -35,6 +37,11 @@ private:
GlkEngine *_vm;
/**
+ * Saves a decoded raw image to a PNG file
+ */
+ void saveRawPicture(const RawDecoder &rd, Common::WriteStream &ws);
+
+ /**
* Dump a picture
*/
bool cmdDumpPic(int argc, const char **argv);