goat3d
diff exporters/maxgoat/src/logger.h @ 64:99715321ad6d
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 17 Apr 2014 08:53:42 +0300 |
parents | |
children | 9862541fdcf5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exporters/maxgoat/src/logger.h Thu Apr 17 08:53:42 2014 +0300 1.3 @@ -0,0 +1,8 @@ 1.4 +#ifndef MAXLOGGER_H_ 1.5 +#define MAXLOGGER_H_ 1.6 + 1.7 +bool maxlog_open(const char *fname); 1.8 +void maxlog_close(); 1.9 +void maxlog(const char *fmt, ...); 1.10 + 1.11 +#endif /* MAXLOGGER_H_ */ 1.12 \ No newline at end of file