aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/font.cpp')
-rw-r--r--engines/cine/font.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/font.cpp b/engines/cine/font.cpp
index 84cc39e0da..e1581b2502 100644
--- a/engines/cine/font.cpp
+++ b/engines/cine/font.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
characterEntry fontParamTable[256] = {
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0},
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0},
@@ -60,3 +62,5 @@ characterEntry fontParamTable[256] = {
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0},
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}
};
+
+} // End of namespace Cine