#ifndef MOUSE_H
#define MOUSE_H

/*
 * Handle events generated by the mouse.
 */
void mouse (int button, int state, int x, int y);

#endif // MOUSE_H