OSDN Git Service

[VM] TRY:Use namespace {VMNAME} to separate around VMs. This feature still apply...
[csp-qt/common_source_project-fm7.git] / source / src / vm / bubcom80 / bubblecasette.cpp
index 45ab241..7b07e3d 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "bubblecasette.h"
 
+namespace BUBCOM80 {
 void BUBBLECASETTE::initialize()
 {
        is_wrote = false;
@@ -771,3 +772,4 @@ bool BUBBLECASETTE::process_state(FILEIO* state_fio, bool loading)
        }
        return true;
 }
+}