goat3d
annotate exporters/maxgoat/src/logger.h @ 68:8ecaf9cd3ce7
progress on the exporter
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 20 Apr 2014 12:43:26 +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_ */ |