diff --git a/include/keyboard.h b/include/keyboard.h new file mode 100644 --- /dev/null +++ b/include/keyboard.h @@ -0,0 +1,18 @@ +/** + * $Id: keyboard.h 48 2008-01-09 23:59:19Z mbroeker $ + * $URL: http://localhost/svn/c/VirtualReader/trunk/include/keyboard.h $ + */ + +#ifndef __KEYBOARD_H__ +#define __KEYBOARD_H__ + +#include +#include +#include +#ifdef DEBUG +#include +#endif + +char getSingleKey (void); + +#endif