Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Keyboard.h @ 236:dd24efac4519 draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Sun, 29 Mar 2009 22:03:16 +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