view Renderer/Engine/Keyboard.h @ 1998:ed30952c240e draft

change function read() to pread() in my_read
author masa
date Tue, 22 Apr 2014 00:58:37 +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