sgl

view src/log.h @ 21:5d38efd33da0

fixed a bug which prevented wsys_x11 to set the initial window title correctly
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 26 Jun 2011 08:01:55 +0300
parents
children
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */