X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderable.h;h=80fe172eb7435b44f147d4324294b6c72b5d5fd2;hp=00b8b9012d32d927c2ac1506484db86aa63ba834;hb=HEAD;hpb=c6aea1bc1586ffef132e6fffdf99343cb56617db diff --git a/source/renderable.h b/source/renderable.h deleted file mode 100644 index 00b8b901..00000000 --- a/source/renderable.h +++ /dev/null @@ -1,28 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GL_RENDERABLE_H_ -#define MSP_GL_RENDERABLE_H_ - -#include -#include "tag.h" - -namespace Msp { -namespace GL { - -class Renderable -{ -public: - virtual bool has_pass(const Tag &tag) const =0; - - virtual void render(const Tag &tag=Tag()) const =0; -}; - -} // namespace Msp -} // namespace GL - -#endif