3 This file is part of libmspgl
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
13 void matrix_mode(MatrixMode m)
23 void mult_matrix(const float *matrix)
25 glMultMatrixf(matrix);
28 void mult_matrix(const double *matrix)
30 glMultMatrixd(matrix);