aboutsummaryrefslogtreecommitdiff
path: root/simon/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/charset.cpp')
-rw-r--r--simon/charset.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp
index 9bb8665c93..a9cc31cb3f 100644
--- a/simon/charset.cpp
+++ b/simon/charset.cpp
@@ -23,6 +23,8 @@
#include "simon/simon.h"
#include "simon/intern.h"
+namespace Simon {
+
void SimonEngine::print_char_helper_1(const byte *src, uint len) {
uint ind;
@@ -931,4 +933,4 @@ void SimonEngine::video_putchar_drawchar(FillOrCopyStruct *fcs, uint x, uint y,
_lock_word &= ~0x8000;
}
-
+} // End of namespace Simon