OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / gamegear / keyboard.h
index 16fe364..2fb070b 100644 (file)
@@ -16,6 +16,8 @@
 
 #define SIG_KEYBOARD_COLUMN    0
 
+namespace GAMEGEAR {
+
 class KEYBOARD : public DEVICE
 {
 private:
@@ -53,4 +55,6 @@ public:
        bool is_start();
        bool sk1100;
 };
+
+}
 #endif