/* RenderGraph - render network corresponding to one segment of the timeline 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 rendergraph.cpp ** @deprecated a pile of crap, leftovers and started drafts, stalled since 2011 -- but maybe here to stay... */ #include "steam/engine/rendergraph.hpp" #include "steam/engine/state-closure-obsolete.hpp" #include "lib/frameid.hpp" namespace lumiera { /** storage for the unique node-ID counter */ ulong NodeID::currID (0); } namespace steam { namespace engine { /** */ }} // namespace engine