00001 #ifndef __PAINTER_H__ 00002 #define __PAINTER_H__ 00003 00004 #include <GL/glut.h> 00005 00006 void resetImage(); 00007 void changeEffect(int number); 00008 void log(float output); 00009 void log(int output); 00010 void log(ImageRGBA *output); 00011 void batch(); 00012 00013 #endif