X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmatrix.h;fp=source%2Fmatrix.h;h=79d330a30ca99e3c34348eca271c56f7d7be3404;hb=41339bc44d076569c680b2c24c75b30ef1254c1b;hp=13de6c8f4542030eb22e35647c443e6e473640fb;hpb=c112952f156b4ccb820568bca1fd1c59966f708e;p=libs%2Fgl.git diff --git a/source/matrix.h b/source/matrix.h index 13de6c8f..79d330a3 100644 --- a/source/matrix.h +++ b/source/matrix.h @@ -22,6 +22,8 @@ enum MatrixMode void matrix_mode(MatrixMode); void load_identity(); +void load_matrix(const float *); +void load_matrix(const double *); void mult_matrix(const float *); void mult_matrix(const double *); void push_matrix();