goat3d

view exporters/maxgoat/src/logger.h @ 90:8b156bc5205b

[maxgoat] fixed the transform export bug [goatview] added widgets for the animation controls [goatview] added a grid ground plane with automatic sizing and transitions from size to size
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 May 2014 06:26:24 +0300
parents fdece14403ff
children
line source
1 #ifndef MAXLOGGER_H_
2 #define MAXLOGGER_H_
4 bool maxlog_open(const char *fname);
5 void maxlog_close();
6 void maxlog(const char *fmt, ...);
8 #endif /* MAXLOGGER_H_ */