Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Keyboard.h @ 526:413667c70a1d draft
fix
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 22 Oct 2009 01:31:09 +0900 |
parents | b3fb0013e6b2 |
children |
line wrap: on
line source
#ifndef INCLUDED_KEYBOARD #define INCLUDED_KEYBOARD #include "Pad.h" class Keyboard : public Pad { public: void check(void); }; #endif