OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / msx / printer.h
index 1bc1b3f..5135bea 100644 (file)
@@ -14,6 +14,8 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace MSX {
+       
 class PRINTER : public DEVICE
 {
 private:
@@ -37,5 +39,6 @@ public:
        }
 };
 
+}
 #endif