]> git.tdb.fi Git - libs/gl.git/blobdiff - source/transform.h
Implement assignment operator for ProgramData
[libs/gl.git] / source / transform.h
index 35dc56310ff8ec139b1d133a1efa3ef208a065e1..24a274b81014ec6b1fe3cbd27da1b5607008b3d4 100644 (file)
@@ -1,22 +1 @@
-/* $Id$
-
-This file is part of libmspgl
-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"