aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/screenshot.h')
-rw-r--r--engines/sword25/gfx/screenshot.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/engines/sword25/gfx/screenshot.h b/engines/sword25/gfx/screenshot.h
index d328130b3f..eefaa1bca6 100644
--- a/engines/sword25/gfx/screenshot.h
+++ b/engines/sword25/gfx/screenshot.h
@@ -35,23 +35,15 @@
#ifndef SWORD25_SCREENSHOT_H
#define SWORD25_SCREENSHOT_H
-// -----------------------------------------------------------------------------
-// Includes
-// -----------------------------------------------------------------------------
-
#include "graphics/surface.h"
#include "sword25/kernel/common.h"
namespace Sword25 {
-// -----------------------------------------------------------------------------
-// Class declaration
-// -----------------------------------------------------------------------------
-
class Screenshot {
public:
- static bool SaveToFile(Graphics::Surface *Data, Common::WriteStream *Stream);
- static Common::MemoryReadStream *createThumbnail(Graphics::Surface *Data);
+ static bool saveToFile(Graphics::Surface *data, Common::WriteStream *stream);
+ static Common::MemoryReadStream *createThumbnail(Graphics::Surface *data);
};
} // End of namespace Sword25