]> git.tdb.fi Git - libs/gl.git/blobdiff - source/projection.h
Replace GL matrices with an object-oriented implementation
[libs/gl.git] / source / projection.h
index d38aa336cef69458c5bccdbc11cc43e1e72497c6..2be8fd08f883383feb4cbd02bccca838360cf0a2 100644 (file)
@@ -11,6 +11,8 @@ Distributed under the LGPL
 namespace Msp {
 namespace GL {
 
+// Everything in this header is deprecated - use the classes in matrix.h instead
+
 /**
 Sets up an orthogonal projection.
 */