aboutsummaryrefslogtreecommitdiff
path: root/simon/charset.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-03 19:42:27 +0000
committerMax Horn2003-10-03 19:42:27 +0000
commita4b72c9d6e02470551f71276e5d46bd3dbc921f7 (patch)
tree5371ad9bf8a999aa246d9f086cd3197561b7895d /simon/charset.cpp
parent5fa23e5fee79e2ce99cdda3d890574c969f10f58 (diff)
downloadscummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.tar.gz
scummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.tar.bz2
scummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.zip
Simon namespace
svn-id: r10574
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