#ifndef _SHOWROOM_H #define _SHOWROOM_H void display( void ); void reshape( int w, int h ); int showroom(int argc, char** argv); void keyboard( unsigned char key, int x, int y ); #endif