41 int LoadFile(
const char *filename,
void **bufferptr );
53 void Error(
const char *pFormat, ... );
54 void Printf(
const char *pFormat, ... );
55 void ErrorNum(
int n,
const char *pFormat, ... );
56 void PrintfNum(
int n,
const char *pFormat, ... );
int LoadFile(const char *filename, void **bufferptr)
void SetErrorHandler(PFN_ERR pe)
void Error(const char *pFormat,...)
void StripFilename(char *path)
void Printf(const char *pFormat,...)
void SetPrintfHandlerNum(PFN_PRINTF_NUM pe)
void( PFN_PRINTF_NUM)(int nNum, const char *pFormat,...)
void( PFN_ERR_NUM)(int nNum, const char *pFormat,...)
void DefaultPath(char *path, char *basepath)
void StripExtension(char *path)
void SetPrintfHandler(PFN_PRINTF pe)
void ErrorNum(int n, const char *pFormat,...)
void( PFN_PRINTF)(const char *pFormat,...)
void DefaultExtension(char *path, char *extension)
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
void PrintfNum(int n, const char *pFormat,...)
void( PFN_ERR)(const char *pFormat,...)
void SetErrorHandlerNum(PFN_ERR_NUM pe)