ugfx/3rdparty/tinygl-0.4-ugfx/src/msghandling.h
2014-08-20 01:36:33 +10:00

8 lines
219 B
C

#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_ */