aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-18 19:18:14 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitfb14fea01419f43ac56c11d443f98216fc3bd2ae (patch)
tree9cb1848b45262affe1ab1c5aa854311c70b198f5 /engines/dm/dm.h
parentbcb067698efe6e18be02a23eb48499ed8e0e714f (diff)
downloadscummvm-rg350-fb14fea01419f43ac56c11d443f98216fc3bd2ae.tar.gz
scummvm-rg350-fb14fea01419f43ac56c11d443f98216fc3bd2ae.tar.bz2
scummvm-rg350-fb14fea01419f43ac56c11d443f98216fc3bd2ae.zip
DM: Make thumbnail capture the dungeon
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 1187db803c..d72bc63219 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -35,6 +35,7 @@
#include "engines/savestate.h"
#include "console.h"
+#include <common/memstream.h>
struct ADGameDescription;
@@ -265,6 +266,7 @@ public:
DialogMan *_dialog;
SoundMan *_sound;
+ Common::MemoryWriteStreamDynamic *_saveThumbnail;
bool _engineShouldQuit;