X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatatype.h;h=76c87bc8d8fe7627e2ed7c3bf60e4f9db65d2228;hb=0807680edd94a7f14560831db4dd52e4e48d0d19;hp=b44644acfa183562a1ca653ebb4f802fd18eb205;hpb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49;p=libs%2Fgl.git 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