X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmatrix.h;h=79d330a30ca99e3c34348eca271c56f7d7be3404;hb=287985a83e42e1e0af0c1522272d97d96fce00f9;hp=13de6c8f4542030eb22e35647c443e6e473640fb;hpb=2316272b57cf9bea26d2c35b9451910c169efafa;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();