// // Keyboard.h // Clock Signal // // Created by Thomas Harte on 08/05/2019. // Copyright © 2019 Thomas Harte. All rights reserved. // #ifndef Keyboard_hpp #define Keyboard_hpp namespace Apple { namespace Macintosh { class Keyboard { public: void set_input(bool data) { printf(""); } }; } } #endif /* Keyboard_h */