sgl

view src/log.h @ 10:1532e43bf858

- added mac-framework: -framework GLUT in wsys_glut.c
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 14 May 2011 08:59:37 +0300
parents
children
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */