goat3d

view src/log.h @ 24:6b651613bd9f

fixed the windows stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Sep 2013 06:32:00 +0300
parents
children 498ca7ac7047
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 enum { LOG_ERROR, LOG_INFO };
6 void logmsg(int prio, const char *fmt, ...);
8 #endif // LOG_H_