X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprojection.h;h=1ad78493f4654242e6a31954fc12a1d726bf2bfd;hb=43c6495ff3d14a85ee5de169a80fdacf13b7147e;hp=d38aa336cef69458c5bccdbc11cc43e1e72497c6;hpb=bdf2568e247af858c4a1ca8004d97f13fe9b8cb0;p=libs%2Fgl.git diff --git a/source/projection.h b/source/projection.h index d38aa336..1ad78493 100644 --- a/source/projection.h +++ b/source/projection.h @@ -1,16 +1,11 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_PROJECTION_H_ #define MSP_GL_PROJECTION_H_ namespace Msp { namespace GL { +// Everything in this header is deprecated - use the classes in matrix.h instead + /** Sets up an orthogonal projection. */