]> git.tdb.fi Git - libs/gl.git/blobdiff - source/transform.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / transform.h
index 520cf3be5969d540ee8c63fdd9e0fa054c3dfdb3..24a274b81014ec6b1fe3cbd27da1b5607008b3d4 100644 (file)
@@ -1,15 +1 @@
-#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"