source: trunk/sys/TinyGL/src/msghandling.h @ 53

Last change on this file since 53 was 1, checked in by alain, 7 years ago

First import

File size: 219 bytes
Line 
1#ifndef _msghandling_h_
2#define _msghandling_h_
3
4extern void tgl_warning(const char *text, ...);
5extern void tgl_trace(const char *text, ...);
6extern void tgl_fixme(const char *text, ...);
7
8#endif /* _msghandling_h_ */
Note: See TracBrowser for help on using the repository browser.