view TaskManager/Test/test_render/Keyboard.h @ 362:a64a6c34868f

vacuum -sg 15
author e065746@localhost.localdomain
date Fri, 17 Jul 2009 23:02:07 +0900
parents 861271089c43
children 25c820b6060e
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