sgl

annotate src/log.h @ 33:46e90f9c1e0f

added most of the missing events in the cocoa module
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 05 Jul 2011 06:19:31 +0300
parents
children
rev   line source
nuclear@4 1 #ifndef LOG_H_
nuclear@4 2 #define LOG_H_
nuclear@4 3
nuclear@4 4 void sgl_log(const char *fmt, ...);
nuclear@4 5
nuclear@4 6 #endif /* LOG_H_ */