Error.cc File Reference
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <limits.h>
#include "Error.hh"
Functions | |
void | ErrorInit (int msgLevel, const char *logFile) |
void | ErrorFini () |
int | ErrorPrint (int msgType, int level, const char *file, int line, const char *fmt,...) |
int | ErrorPrintGL (const char *file, int line) |
Function Documentation
void ErrorInit | ( | int | msgLevel, | |
const char * | logFile | |||
) |
void ErrorFini | ( | ) |
int ErrorPrint | ( | int | msgType, | |
int | level, | |||
const char * | file, | |||
int | line, | |||
const char * | fmt, | |||
... | ||||
) |
int ErrorPrintGL | ( | const char * | file, | |
int | line | |||
) |