sgl

view src/log.h @ 14:5b8fb89fe63f

cocoa...
author John Tsiombikas <nuclear@siggraph.org>
date Mon, 16 May 2011 23:09:53 +0300
parents
children
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */