aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/smush_font.h')
-rw-r--r--scumm/smush/smush_font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/smush/smush_font.h b/scumm/smush/smush_font.h
index 3b0925361a..7d7337f775 100644
--- a/scumm/smush/smush_font.h
+++ b/scumm/smush/smush_font.h
@@ -25,6 +25,8 @@
#include "common/scummsys.h"
#include "scumm/nut_renderer.h"
+namespace Scumm {
+
class SmushFont : public NutRenderer {
protected:
int _nbChars;
@@ -49,4 +51,6 @@ public:
void drawStringWrapCentered(const char *str, byte *buffer, int dst_width, int dst_height, int x, int y, int left, int right);
};
+} // End of namespace Scumm
+
#endif