sgl

view src/log.h @ 30:6242b03e7191

merged with win32 branch
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 28 Jun 2011 13:52:02 +0300
parents
children
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */