aboutsummaryrefslogtreecommitdiff
path: root/graphics/thumbnail.h
diff options
context:
space:
mode:
authorMax Horn2010-11-19 01:37:04 +0000
committerMax Horn2010-11-19 01:37:04 +0000
commita0df86955f80dedaa00e6f7593e96b90b697a83a (patch)
tree546f48f5edc6248ce3f2af65cf6a2b4727b7dd40 /graphics/thumbnail.h
parent785590e504ff2c275ee2a4101ecd4827666230b4 (diff)
downloadscummvm-rg350-a0df86955f80dedaa00e6f7593e96b90b697a83a.tar.gz
scummvm-rg350-a0df86955f80dedaa00e6f7593e96b90b697a83a.tar.bz2
scummvm-rg350-a0df86955f80dedaa00e6f7593e96b90b697a83a.zip
ALL: Push down deps on stream.h from .h to .cpp files
svn-id: r54358
Diffstat (limited to 'graphics/thumbnail.h')
-rw-r--r--graphics/thumbnail.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h
index 9341582aa1..0bfeeda2ed 100644
--- a/graphics/thumbnail.h
+++ b/graphics/thumbnail.h
@@ -25,11 +25,17 @@
#ifndef GRAPHICS_THUMBNAIL_H
#define GRAPHICS_THUMBNAIL_H
-#include "common/stream.h"
-#include "graphics/surface.h"
+#include "common/scummsys.h"
+
+namespace Common{
+class SeekableReadStream;
+class WriteStream;
+}
namespace Graphics {
+struct Surface;
+
/**
* Checks for presence of the thumbnail save header.
* Seeks automatically back to start position after check.