aboutsummaryrefslogtreecommitdiff
path: root/sky/rnc_deco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/rnc_deco.cpp')
-rw-r--r--sky/rnc_deco.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sky/rnc_deco.cpp b/sky/rnc_deco.cpp
index 10a2cb2a02..6db5186a05 100644
--- a/sky/rnc_deco.cpp
+++ b/sky/rnc_deco.cpp
@@ -23,6 +23,8 @@
#include "common/scummsys.h"
#include "sky/rnc_deco.h"
+namespace Sky {
+
//return codes
#define NOT_PACKED 0
#define PACKED_CRC -1
@@ -258,3 +260,4 @@ int32 RncDecoder::unpackM1(const void *input, void *output, uint16 key) {
return unpackLen;
}
+} // End of namespace Sky