rayzor

diff src/m3dimpl.h @ 1:a826bf0fb169

fixed line endings
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Apr 2014 09:05:26 +0300
parents 2a5340a6eee4
children c273c6f799a4
line diff
     1.1 --- a/src/m3dimpl.h	Sat Apr 05 08:46:27 2014 +0300
     1.2 +++ b/src/m3dimpl.h	Sat Apr 05 09:05:26 2014 +0300
     1.3 @@ -1,23 +1,23 @@
     1.4 -#ifndef M3DIMPL_H_
     1.5 -#define M3DIMPL_H_
     1.6 -
     1.7 -#include "min3d.h"
     1.8 -
     1.9 -#define MSTACK_SIZE		16
    1.10 -
    1.11 -struct min3d_mstack {
    1.12 -	float m[MSTACK_SIZE][16];
    1.13 -	int top;
    1.14 -};
    1.15 -
    1.16 -struct min3d_context {
    1.17 -	struct m3d_image *cbuf;
    1.18 -	uint16_t *zbuf;
    1.19 -
    1.20 -	unsigned long state;
    1.21 -
    1.22 -	int mmode;	/* matrix mode */
    1.23 -	struct min3d_mstack mstack[2];
    1.24 -} *m3dctx;
    1.25 -
    1.26 -#endif	/* M3DIMPL_H_ */
    1.27 +#ifndef M3DIMPL_H_
    1.28 +#define M3DIMPL_H_
    1.29 +
    1.30 +#include "min3d.h"
    1.31 +
    1.32 +#define MSTACK_SIZE		16
    1.33 +
    1.34 +struct min3d_mstack {
    1.35 +	float m[MSTACK_SIZE][16];
    1.36 +	int top;
    1.37 +};
    1.38 +
    1.39 +struct min3d_context {
    1.40 +	struct m3d_image *cbuf;
    1.41 +	uint16_t *zbuf;
    1.42 +
    1.43 +	unsigned long state;
    1.44 +
    1.45 +	int mmode;	/* matrix mode */
    1.46 +	struct min3d_mstack mstack[2];
    1.47 +} *m3dctx;
    1.48 +
    1.49 +#endif	/* M3DIMPL_H_ */