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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/screenshot.h b/engines/sword25/gfx/screenshot.h
index ca37c0ee04..08280a2ce3 100644
--- a/engines/sword25/gfx/screenshot.h
+++ b/engines/sword25/gfx/screenshot.h
@@ -45,6 +45,8 @@
#include <vector>
#include "sword25/kernel/memlog_on.h"
+namespace Sword25 {
+
// -----------------------------------------------------------------------------
// Class declaration
// -----------------------------------------------------------------------------
@@ -56,4 +58,6 @@ public:
static bool SaveThumbnailToFile(unsigned int Width, unsigned int Height, const std::vector<unsigned int> & Data, const std::string & Filename);
};
+} // End of namespace Sword25
+
#endif