aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v4.cpp')
-rw-r--r--scumm/resource_v4.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/scumm/resource_v4.cpp b/scumm/resource_v4.cpp
index 425954f455..3f5311f07f 100644
--- a/scumm/resource_v4.cpp
+++ b/scumm/resource_v4.cpp
@@ -21,8 +21,10 @@
*/
#include "stdafx.h"
-#include "scumm.h"
-#include "intern.h"
+#include "scumm/scumm.h"
+#include "scumm/intern.h"
+
+namespace Scumm {
void ScummEngine_v4::loadCharset(int no) {
uint32 size;
@@ -38,3 +40,5 @@ void ScummEngine_v4::loadCharset(int no) {
_fileHandle.read(createResource(6, no, size), size);
closeRoom();
}
+
+} // End of namespace Scumm