aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bomp.cpp')
-rw-r--r--scumm/bomp.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/scumm/bomp.cpp b/scumm/bomp.cpp
index 2a51f61ec5..5d94886349 100644
--- a/scumm/bomp.cpp
+++ b/scumm/bomp.cpp
@@ -20,11 +20,13 @@
*/
#include "stdafx.h"
-#include "scumm.h"
-#include "akos.h"
-#include "bomp.h"
+#include "scumm/scumm.h"
+#include "scumm/akos.h"
+#include "scumm/bomp.h"
+namespace Scumm {
+
static void bompScaleFuncX(byte *line_buffer, byte *scaling_x_ptr, byte skip, int32 size);
static void bompApplyShadow0(const byte *line_buffer, byte *dst, int32 size, byte transparency);
@@ -386,3 +388,4 @@ int32 setupBompScale(byte *scaling, int32 size, byte scale) {
return ret_value;
}
+} // End of namespace Scumm