X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fimmediate.h;h=40e25cd667c8f6771f01890a49e89a96c134f672;hp=c4d8aca5abb0bf83bc97f216c60a59e2d6af6798;hb=3d8438922e24b787587d0c8f1883c5567a4af573;hpb=0f3ae7cf6aed59f07895dfbef6740be3b666fc20 diff --git a/source/immediate.h b/source/immediate.h index c4d8aca5..40e25cd6 100644 --- a/source/immediate.h +++ b/source/immediate.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_IMMEDIATE_H_ #define MSP_GL_IMMEDIATE_H_ @@ -28,8 +21,9 @@ private: public: Immediate(VertexFormat); + void reset(); private: - virtual void begin_() { } + virtual void begin_(); virtual void end_(); virtual void element_(unsigned); };