#ifndef KEYBOARD_H
#define KEYBOARD_H

void keyboard (unsigned char key, int x, int y);

#endif // KEYBOARD_H