d3dut

view src/logmsg.h @ 0:ecc040281dc9

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 22 Jun 2013 10:11:39 +0300
parents
children 242535442d04
line source
1 #ifndef LOGMSG_H_
2 #define LOGMSG_H_
4 void fatal_error(const char *fmt, ...);
5 void warning(const char *fmt, ...);
7 #endif // LOGMSG_H_