aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/smush_font.cpp')
-rw-r--r--scumm/smush/smush_font.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm/smush/smush_font.cpp b/scumm/smush/smush_font.cpp
index d983a7d6a9..90a1738fd3 100644
--- a/scumm/smush/smush_font.cpp
+++ b/scumm/smush/smush_font.cpp
@@ -23,7 +23,9 @@
#include "common/file.h"
#include "scumm/scumm.h"
-#include "smush_font.h"
+#include "scumm/smush/smush_font.h"
+
+namespace Scumm {
SmushFont::SmushFont(bool use_original_colors, bool new_colors) :
NutRenderer(g_scumm), // FIXME: evil hack
@@ -317,3 +319,5 @@ void SmushFont::drawStringWrapCentered(const char *str, byte *buffer, int dst_wi
free(s);
}
+
+} // End of namespace Scumm