X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmeshbuilder.h;fp=source%2Fmeshbuilder.h;h=6118c6869f4fd0f6dd1d95149088380527007046;hp=c8354b9e0d3f3f5b6dd5fdeb3f7d77f7d3cdf989;hb=df6f8f1f26b1f230dcb1d626d278c43fd48d468d;hpb=50247d85f6bca72b9a53fd97ff8f31e006e8582d diff --git a/source/meshbuilder.h b/source/meshbuilder.h index c8354b9e..6118c686 100644 --- a/source/meshbuilder.h +++ b/source/meshbuilder.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2008, 2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -24,6 +24,7 @@ private: public: MeshBuilder(Mesh &); + void auto_offset(); private: virtual void begin_(); virtual void end_();