X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpredicate.h;h=13c22e84dc0b4300ad98bd268179aebaa8937e1d;hb=HEAD;hp=707bc5d561bf6ac760670e5f8a785ca9bccbb426;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1;p=libs%2Fgl.git diff --git a/source/predicate.h b/source/predicate.h deleted file mode 100644 index 707bc5d5..00000000 --- a/source/predicate.h +++ /dev/null @@ -1,31 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GL_PREDICATE_H_ -#define MSP_GL_PREDICATE_H_ - -#include "gl.h" - -namespace Msp { -namespace GL { - -enum Predicate -{ - NEVER = GL_NEVER, - ALWAYS = GL_ALWAYS, - LESS = GL_LESS, - LEQUAL = GL_LEQUAL, - EQUAL = GL_EQUAL, - GREATER = GL_GREATER, - GEQUAL = GL_GEQUAL, - NOTEQUAL = GL_NOTEQUAL -}; - -} // namespace GL -} // namespace Msp - -#endif