gba-x3dtest

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/logger.h	Thu Jun 12 05:37:18 2014 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef LOGGER_H_
     1.5 +#define LOGGER_H_
     1.6 +
     1.7 +void logmsg(const char *fmt, ...);
     1.8 +
     1.9 +#endif	/* LOGGER_H_ */