sgl

view 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 source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */