3 This file is part of libmspgl
4 Copyright © 2011 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #include <msp/core/except.h>
9 #include "renderable.h"
15 void Renderable::render(const Tag &) const
17 throw Exception("This Renderable doesn't support rendering without a Renderer");
20 void Renderable::render(Renderer &renderer, const Tag &tag) const