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 / fm7 / sound.cpp
index a4bdb7f..9b2e1a7 100644 (file)
@@ -17,6 +17,9 @@
 #include "../../config.h"
 #include "./joystick.h"
 
+
+namespace FM7 {
+
 void FM7_MAINIO::reset_sound(void)
 {
        int i, j;
@@ -439,3 +442,5 @@ bool FM7_MAINIO::decl_state_opn(FILEIO *state_fio, bool loading)
 
        return true;
 }
+
+}