#ifndef MYGROUPINGCREATOR_H #define MYGROUPINGCREATOR_H #include namespace X3DTK { namespace X3D { // Component creator deriving the Grouping component creator defining the default // X3D nodes, plus the new ones. class MyGroupingCreator : public GroupingCreator { public: // Constructor. MyGroupingCreator(); }; } } #endif