shithub: tinygl

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

View raw version
#ifndef _msghandling_h_
#define _msghandling_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_ */