1 #ifndef OPENMW_COMPONENTS_SCENEUTIL_ATTACH_H
2 #define OPENMW_COMPONENTS_SCENEUTIL_ATTACH_H
22 osg::ref_ptr<osg::Node>
attach(osg::ref_ptr<osg::Node> toAttach, osg::Node* master,
const std::string& filter, osg::Group* attachNode);
osg::ref_ptr< osg::Node > attach(osg::ref_ptr< osg::Node > toAttach, osg::Node *master, const std::string &filter, osg::Group *attachNode)
Definition: attach.cpp:96