#ifndef MOUSE_MOTION_H #define MOUSE_MOTION_H /* * GLUT callback for mouse motion. */ void mouse_motion (int x, int y); #endif // MOUSE_MOTION_H