00001 #ifndef INCLUDED_KEYBOARD 00002 #define INCLUDED_KEYBOARD 00003 00004 #ifndef INCLUDED_PAD 00005 # include "Pad.h" 00006 #endif 00007 00008 class Keyboard : public Pad { 00009 public: 00010 void check(void); 00011 }; 00012 00013 #endif