X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmeshbuilder.h;h=d34da63b0123ab645363059f9918fb436b17bda9;hp=c8354b9e0d3f3f5b6dd5fdeb3f7d77f7d3cdf989;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=0f3ae7cf6aed59f07895dfbef6740be3b666fc20 diff --git a/source/meshbuilder.h b/source/meshbuilder.h index c8354b9e..d34da63b 100644 --- a/source/meshbuilder.h +++ b/source/meshbuilder.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_MESHBUILDER_H_ #define MSP_GL_MESHBUILDER_H_ @@ -24,6 +17,7 @@ private: public: MeshBuilder(Mesh &); + void auto_offset(); private: virtual void begin_(); virtual void end_();