goat3d
diff exporters/maxgoat/src/logger.h @ 61:fdece14403ff
max gui
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 31 Mar 2014 09:41:47 +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 Mon Mar 31 09:41:47 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