aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.cpp')
-rw-r--r--scumm/charset.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index 36362f0ea8..8dcc9598b5 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -19,11 +19,13 @@
*/
#include "stdafx.h"
-#include "charset.h"
-#include "scumm.h"
-#include "nut_renderer.h"
+#include "scumm/charset.h"
+#include "scumm/scumm.h"
+#include "scumm/nut_renderer.h"
#include "base/gameDetector.h"
+namespace Scumm {
+
CharsetRenderer::CharsetRenderer(ScummEngine *vm) {
_nextLeft = 0;
@@ -1321,3 +1323,5 @@ _GRELEASEPTR(GBVARS_SPANISHCHARSETDATAV2_INDEX, GBVARS_SCUMM)
_GEND
#endif
+
+} // End of namespace Scumm