Mercurial > hg > Game > Cerium
view Renderer/Engine/Keyboard.h @ 1087:20f09564c586 draft
fix (not yet tested)
author | root@localhost.localdomain |
---|---|
date | Fri, 17 Dec 2010 18:34:29 +0900 |
parents | 3bc98f6d31ff |
children |
line wrap: on
line source
#ifndef INCLUDED_KEYBOARD #define INCLUDED_KEYBOARD #include "Pad.h" class Keyboard : public Pad { public: void check(void); }; #endif