gba-x3dtest

view src/logger.h @ 0:0d2602a1b851

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 12 Jun 2014 05:37:18 +0300
parents
children b7130fe3f073
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 void logmsg(const char *fmt, ...);
6 #endif /* LOGGER_H_ */