X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmatrix.h;h=b4cc339ceccd3a46601e3529c4e21bcd563150b0;hb=926d77eb54f915a6620eb879a91c1c4bd0f06bbc;hp=66848b2d3f9dfe552bceb0ba4d90de758458f8fe;hpb=84bc56b96c21c831104a22e0cbd0f3b72ab5d8c3;p=libs%2Fgl.git diff --git a/source/matrix.h b/source/matrix.h index 66848b2d..b4cc339c 100644 --- a/source/matrix.h +++ b/source/matrix.h @@ -1,3 +1,10 @@ +/* $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_ @@ -15,6 +22,8 @@ enum MatrixMode void matrix_mode(MatrixMode); void load_identity(); +void mult_matrix(const float *); +void mult_matrix(const double *); void push_matrix(); void pop_matrix();