ref: ad3df4d5903c43c9ae12e2d3fb7176f074d84eec
dir: /src/msghandling.h/
#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_ */