goat3d

diff exporters/maxgoat/src/logger.h @ 73:9862541fdcf5

- build qt goatview on linux - fixed line endings in a bunch of files
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 May 2014 03:57:11 +0300
parents fdece14403ff
children
line diff
     1.1 --- a/exporters/maxgoat/src/logger.h	Tue May 06 03:31:35 2014 +0300
     1.2 +++ b/exporters/maxgoat/src/logger.h	Tue May 06 03:57:11 2014 +0300
     1.3 @@ -1,8 +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
    1.13 +#ifndef MAXLOGGER_H_
    1.14 +#define MAXLOGGER_H_
    1.15 +
    1.16 +bool maxlog_open(const char *fname);
    1.17 +void maxlog_close();
    1.18 +void maxlog(const char *fmt, ...);
    1.19 +
    1.20 +#endif	/* MAXLOGGER_H_ */