#ifndef MOUSEWHEEL_H #define MOUSEWHEEL_H /* * GLUT callback to be called whenever the scroll wheel is scrolled. * Based on code from Ashwin at * http://stackoverflow.com/questions/14378/using-the-mouse-scrollwheel-in-glut/14444. */ void mousewheel (int, int, int, int); #endif // MOUSEWHEEL_H