Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

/home/landauf/painter/miniproject/painter.h

Go to the documentation of this file.
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

Generated on Mon Jan 30 09:13:03 2006 for Painter Framework by doxygen1.2.18