shithub: tinygl

ref: 0590ba5de9b6b9c07a6de2f2b1f7246e6cefa22c
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_ */