Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Keyboard.h @ 203:1eba8570808c draft
fix CreateSpan::run
author | gongo@localhost.localdomain |
---|---|
date | Mon, 26 Jan 2009 18:30:35 +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