goat3d

view src/log.h @ 16:cb6c1a945a11

goat3d is starting to become functional inch by inch
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Sep 2013 14:16:09 +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_