Mercurial > hg > Members > kono > Cerium
view Renderer/test_render/Keyboard.h @ 312:57530cb7f7d1
memMain tester
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 23:19:11 +0900 |
parents | 55ea4465b1a2 |
children |
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