aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/tinygl-0.4-ugfx/src/msghandling.h
blob: ebe4548c0e5ece3ef5383144ca3ca1dffcac7b6a (plain)
1
2
3
4
5
6
7
8
#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_ */