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 / babbage2nd / display.h
index fdf7ec2..ef810d8 100644 (file)
@@ -17,7 +17,7 @@
 #define SIG_DISPLAY_7SEG_LED   0
 #define SIG_DISPLAY_8BIT_LED   1
 
-
+namespace BABBAGE2ND {
 class DISPLAY : public DEVICE
 {
 private:
@@ -44,6 +44,6 @@ public:
        // unique function
        void draw_screen();
 };
-
+}
 #endif