goat3d

annotate exporters/maxgoat/src/logger.h @ 63:cd7efb8757e1

resource files where mangled by the previous commit
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 01 Apr 2014 13:11:04 +0300
parents
children 9862541fdcf5
rev   line source
nuclear@61 1 #ifndef MAXLOGGER_H_
nuclear@61 2 #define MAXLOGGER_H_
nuclear@61 3
nuclear@61 4 bool maxlog_open(const char *fname);
nuclear@61 5 void maxlog_close();
nuclear@61 6 void maxlog(const char *fmt, ...);
nuclear@61 7
nuclear@61 8 #endif /* MAXLOGGER_H_ */