sgl

diff src/log.h @ 4:648f8604d2b2

cont. x11 module
author John Tsiombikas <nuclear@siggraph.org>
date Thu, 12 May 2011 11:04:10 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/log.h	Thu May 12 11:04:10 2011 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef LOG_H_
     1.5 +#define LOG_H_
     1.6 +
     1.7 +void sgl_log(const char *fmt, ...);
     1.8 +
     1.9 +#endif	/* LOG_H_ */