diff TaskManager/Test/test_render/Keyboard.h @ 140:861271089c43

add Controller
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Fri, 28 Nov 2008 15:24:55 +0900
parents
children 25c820b6060e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TaskManager/Test/test_render/Keyboard.h	Fri Nov 28 15:24:55 2008 +0900
@@ -0,0 +1,13 @@
+#ifndef INCLUDED_KEYBOARD
+#define INCLUDED_KEYBOARD
+
+#ifndef INCLUDED_PAD
+#  include "Pad.h"
+#endif
+
+class Keyboard : public Pad {
+public:
+    void check(void);
+};
+
+#endif