]> git.tdb.fi Git - libs/gl.git/blobdiff - source/transform.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / transform.h
diff --git a/source/transform.h b/source/transform.h
deleted file mode 100644 (file)
index 35dc563..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* $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