aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r--engines/cge/talk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h
index dff61eaf4b..fb1d450f2d 100644
--- a/engines/cge/talk.h
+++ b/engines/cge/talk.h
@@ -31,7 +31,7 @@
#include "cge/vga13h.h"
#include <dir.h>
-
+namespace CGE {
#define TEXT_FG DARK // foreground color
#define TEXT_BG GRAY // background color
@@ -103,6 +103,6 @@ public:
};
-
+} // End of namespace CGE
#endif \ No newline at end of file