#ifndef MYRENDERINGCREATOR_H #define MYRENDERINGCREATOR_H #include namespace X3DTK { namespace X3D { // Component creator for the Rendering component defining the default // X3D nodes plus MyCoordinate. class MyRenderingCreator : public RenderingCreator { public: MyRenderingCreator(); }; } } #endif