00001 00032 #ifndef _OGLPS_H_ 00033 #define _OGLPS_H_ 00034 00035 #include <sg/sg_base.h> 00036 00037 /* 00038 * *************************************************************************** 00039 * Oglps: Parameters and datatypes 00040 * *************************************************************************** 00041 */ 00042 00054 void Oglps_begin(void); 00055 00072 void Oglps_end(int outLine, int inColor, int doCulling); 00073 00085 void Oglps_gen(char *filename, int inColor, int width, int height); 00086 00087 #endif /* _OGLPS_H_ */ 00088 00089