goat3d

annotate exporters/maxgoat/src/logger.h @ 62:55571a390144

remove redundtant stuff from maxgoat.rc
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Mar 2014 20:00:31 +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_ */