aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/font.h')
-rw-r--r--engines/cine/font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/font.h b/engines/cine/font.h
index a9af36fbf8..1cfdbede9d 100644
--- a/engines/cine/font.h
+++ b/engines/cine/font.h
@@ -25,6 +25,8 @@
#ifndef CINE_FONT_H_
#define CINE_FONT_H_
+namespace Cine {
+
struct characterEntry {
uint8 characterIdx;
uint8 characterWidth;
@@ -34,4 +36,6 @@ typedef struct characterEntry characterEntry;
extern characterEntry fontParamTable[256];
+} // End of namespace Cine
+
#endif