X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fdatatype.h;h=76c87bc8d8fe7627e2ed7c3bf60e4f9db65d2228;hp=b44644acfa183562a1ca653ebb4f802fd18eb205;hb=cfd4d36c2b6b6095ada3aef8082e5d409a233a21;hpb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49 diff --git a/source/datatype.h b/source/datatype.h index b44644ac..76c87bc8 100644 --- a/source/datatype.h +++ b/source/datatype.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_TYPES_H_ #define MSP_GL_TYPES_H_ @@ -21,8 +14,7 @@ enum DataType UNSIGNED_SHORT = GL_UNSIGNED_SHORT, INT = GL_INT, UNSIGNED_INT = GL_UNSIGNED_INT, - FLOAT = GL_FLOAT, - DOUBLE = GL_DOUBLE + FLOAT = GL_FLOAT }; } // namespace GL