// GLUT key handling code
#ifndef KEY_H
#define KEY_H

/* called on any keypress */
extern "C" void key(unsigned char k, int x, int y);

#endif
