aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/pal.h')
-rw-r--r--engines/cine/pal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h
index 360bb871e3..8893cac015 100644
--- a/engines/cine/pal.h
+++ b/engines/cine/pal.h
@@ -25,6 +25,8 @@
#ifndef CINE_PAL_H_
#define CINE_PAL_H_
+namespace Cine {
+
struct palEntryStruct {
char name[10];
uint8 pal1[16];
@@ -41,4 +43,6 @@ extern uint8 palette256[256 * 3];
void loadRelatedPalette(const char *fileName);
+} // End of namespace Cine
+
#endif