X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftag.h;h=28b4fa010e8b0f12980df476f7ac8160a2c922fb;hp=47c4643e1fa8e27fd5fe73fe96c84ce78650d938;hb=e1e69c49b7727223a43cdc2deac4f1c03a3e3aba;hpb=56c9bfa0b47583fb9067705a69c3639a17d4a097 diff --git a/source/tag.h b/source/tag.h index 47c4643e..28b4fa01 100644 --- a/source/tag.h +++ b/source/tag.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_TAG_H_ #define MSP_GL_TAG_H_ @@ -13,6 +6,10 @@ Distributed under the LGPL namespace Msp { namespace GL { +/** +Provides transparent string-to-hash conversion for faster comparison. An empty +string is guaranteed to have an id of 0. +*/ struct Tag { unsigned id;