Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/Keyboard.h @ 983:ff74988bbb2a
minor fix
author | root@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 01 Oct 2010 00:37:06 +0900 |
parents | 735f76483bb2 |
children |
line wrap: on
line source
#ifndef INCLUDED_KEYBOARD #define INCLUDED_KEYBOARD #include "Pad.h" class Keyboard : public Pad { public: void check(void); }; #endif