Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Keyboard.h @ 269:abf96b4caee5 draft
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 04 Jun 2009 00:01:11 +0900 |
parents | 67a5469dfef2 |
children | b3fb0013e6b2 |
line wrap: on
line source
#ifndef INCLUDED_KEYBOARD #define INCLUDED_KEYBOARD #ifndef INCLUDED_PAD # include "Pad.h" #endif class Keyboard : public Pad { public: void check(void); }; #endif