/* RenderEngine - a complete network of processing nodes usable for rendering Copyright (C) 2008, Hermann Vosseler   **Lumiera** is free software; you can redistribute it and/or modify it   under the terms of the GNU General Public License as published by the   Free Software Foundation; either version 2 of the License, or (at your   option) any later version. See the file COPYING for further details. * *****************************************************************/ /** @file renderengine.cpp ** @deprecated a pile of crap, leftovers and started drafts, stalled since 2011 -- but maybe here to stay... */ #include "lib/error.hpp" #include "steam/engine/renderengine.hpp" namespace steam { namespace engine { RenderEngine::RenderEngine() : RenderGraph() { UNIMPLEMENTED("wtf... a video editor without implemented render engine??"); } /** */ }} // namespace engine