1.1 --- a/src/mesh.h Sat Aug 07 03:36:36 2010 +0100 1.2 +++ b/src/mesh.h Sun Aug 08 09:51:45 2010 +0100 1.3 @@ -15,6 +15,8 @@ 1.4 float normal[4]; 1.5 int matid; 1.6 int padding[3]; 1.7 + 1.8 + bool operator ==(const Face &f) const; 1.9 }; 1.10 1.11 struct Material {