X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmatrix.h;h=5444b8b4e4fae1c1789077ea58eb2099a06d8e58;hb=db498c7e634fa999cf4b4a8b67c49813009b1790;hp=1782dc66a958257e90a439ec0bd2a180b6e58e41;hpb=90a26a1740d5843b60d07d9c39d8567bfed5189c;p=libs%2Fgl.git diff --git a/source/matrix.h b/source/matrix.h index 1782dc66..5444b8b4 100644 --- a/source/matrix.h +++ b/source/matrix.h @@ -1,14 +1,7 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_MATRIX_H_ #define MSP_GL_MATRIX_H_ -#include +#include #include "gl.h" #include "vector.h" @@ -88,7 +81,7 @@ public: private: GLenum mode; - std::list matrices; + std::vector matrices; static GLenum current_mode;