/* TurnoutSystem - Encapsulation of the state corresponding to a render calculation 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 turnout-system.cpp ** Implementation details of some statefull operations needed from within the render calculation. ** @todo unfinished draft from 2009 regarding the render process */ #include "steam/engine/turnout-system.hpp" namespace steam { namespace engine { namespace { // Details... } // (END) Details... // using mobject::Placement; // using mobject::session::Effect; /** @internal */ }} // namespace engine