X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftransform.h;fp=source%2Ftransform.h;h=83f190b3c95af7d4fc928e5eac647ce31a679762;hp=35dc56310ff8ec139b1d133a1efa3ef208a065e1;hb=2316272b57cf9bea26d2c35b9451910c169efafa;hpb=652cb91c2b6008c4407c16054085f20bf5888c4d diff --git a/source/transform.h b/source/transform.h index 35dc5631..83f190b3 100644 --- a/source/transform.h +++ b/source/transform.h @@ -5,18 +5,4 @@ Copyright © 2007 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ -#ifndef MSP_GL_TRANSFORM_H_ -#define MSP_GL_TRANSFORM_H_ - -namespace Msp { -namespace GL { - -void translate(float, float, float); -void rotate(float, float, float, float); -void scale(float, float, float); -void scale_uniform(float); - -} // namespace GL -} // namespace Msp - -#endif +#include "matrix.h"