shithub: tinygl

ref: dca221c7ace3880930814b1847d14d4efa5ab1a9
dir: /src/msghandling.h/

View raw version
#ifndef _msghandling_h_
#define _msghandling_h_
#include "../include/GL/gl.h"
extern void tgl_warning(const char* text, ...);
extern void tgl_trace(const char* text, ...);
extern void tgl_fixme(const char* text, ...);

#endif /* _msghandling_h_ */