X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftag.h;h=28b4fa010e8b0f12980df476f7ac8160a2c922fb;hp=47c4643e1fa8e27fd5fe73fe96c84ce78650d938;hb=HEAD;hpb=56c9bfa0b47583fb9067705a69c3639a17d4a097 diff --git a/source/tag.h b/source/tag.h deleted file mode 100644 index 47c4643e..00000000 --- a/source/tag.h +++ /dev/null @@ -1,31 +0,0 @@ -/* $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_ - -#include - -namespace Msp { -namespace GL { - -struct Tag -{ - unsigned id; - - Tag(): id(0) { } - Tag(const char *); - Tag(const std::string &s); - - bool operator<(const Tag &t) const { return id