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 / display.h
index 02db645..f059814 100644 (file)
@@ -21,6 +21,7 @@
 
 class Z80;
 
+namespace BUBCOM80 {
 typedef struct {
        struct {
                int rate, counter;
@@ -165,5 +166,6 @@ public:
        }
        void draw_screen();
 };
+}
 
 #endif