X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderable.h;h=80fe172eb7435b44f147d4324294b6c72b5d5fd2;hp=b9b6b080e363150616dc809072217dffda23395e;hb=HEAD;hpb=4324df6e3d807d35e02e828320e436c509275520 diff --git a/source/renderable.h b/source/renderable.h deleted file mode 100644 index b9b6b080..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 - -namespace Msp { -namespace GL { - -class Renderable -{ -public: - virtual bool has_pass(const std::string &pn) const =0; - - virtual void render() const =0; - virtual void render(const std::string &pn) const =0; -}; - -} // namespace Msp -} // namespace GL - -#endif