]> git.tdb.fi Git - libs/gl.git/blobdiff - source/transform.h
Move transform functions to matrix.h
[libs/gl.git] / source / transform.h
index 35dc56310ff8ec139b1d133a1efa3ef208a065e1..83f190b3c95af7d4fc928e5eac647ce31a679762 100644 (file)
@@ -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"