view TaskManager/Test/test_render/Keyboard.h @ 541:e7551b50e0e7

fix
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 20:27:06 +0900
parents 25c820b6060e
children
line wrap: on
line source

#ifndef INCLUDED_KEYBOARD
#define INCLUDED_KEYBOARD

#include "Pad.h"

class Keyboard : public Pad {
public:
    void check(void);
};

#endif