TinyGL 0.4.1 for MinGW
TinyGL.MinGW-master
src
msghandling.h
Go to the documentation of this file.
1
#ifndef _msghandling_h_
2
#define _msghandling_h_
3
4
extern
void
tgl_warning
(
const
char
*text, ...);
5
extern
void
tgl_trace
(
const
char
*text, ...);
6
extern
void
tgl_fixme
(
const
char
*text, ...);
7
8
#endif
/* _msghandling_h_ */
tgl_fixme
void tgl_fixme(const char *text,...)
Definition:
msghandling.c:43
tgl_warning
void tgl_warning(const char *text,...)
Definition:
msghandling.c:15
tgl_trace
void tgl_trace(const char *text,...)
Definition:
msghandling.c:28
Generated by
1.9.2