aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index d693cad814..cde89ec797 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -23,7 +23,9 @@
#ifndef AKOS_H
#define AKOS_H
-#include "base-costume.h"
+#include "scumm/base-costume.h"
+
+namespace Scumm {
#ifdef __PALM_OS__
extern const byte *defaultScaleTable;
@@ -98,4 +100,6 @@ protected:
void akos16DecompressMask(byte *dest, int32 pitch, const byte *src, int32 t_width, int32 t_height, int32 dir, int32 numskip_before, int32 numskip_after, byte transparency, byte *maskptr, int32 bitpos_start);
};
+} // End of namespace Scumm
+
#endif