OSDN Git Service

[VM][STATE] Use namespace {VMNAME} to separate per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc100 / kanji.cpp
index 2139a11..ef3cf25 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "kanji.h"
 
+namespace PC100 {
+
 void KANJI::initialize()
 {
        // init image
@@ -69,3 +71,5 @@ bool KANJI::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(strobe);
        return true;
 }
+
+}