ld33_umonster

diff src/mesh.h @ 2:35349df5392d

wtf?
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 22 Aug 2015 23:55:21 +0300
parents 4a6683050e29
children 1e8d90aeae34
line diff
     1.1 --- a/src/mesh.h	Sat Aug 22 23:17:57 2015 +0300
     1.2 +++ b/src/mesh.h	Sat Aug 22 23:55:21 2015 +0300
     1.3 @@ -1,6 +1,7 @@
     1.4  #ifndef MESH_H_
     1.5  #define MESH_H_
     1.6  
     1.7 +#include <stdio.h>
     1.8  #include <string>
     1.9  #include <vector>
    1.10  #include "vmath/vmath.h"
    1.11 @@ -231,6 +232,8 @@
    1.12  	void texcoord_apply_xform(const Matrix4x4 &xform);
    1.13  	void texcoord_gen_plane(const Vector3 &norm, const Vector3 &tang);
    1.14  	void texcoord_gen_box();
    1.15 +
    1.16 +	void dump(FILE *fp) const;
    1.17  };
    1.18  
    1.19  #endif	// MESH_H_