#ifndef GRAPHICS_H #define GRAPHICS_H #include # include //#include //# include typedef GLfloat point3[3]; point3 white = {1.0, 1.0, 1.0}; #endif