OpenSceneGraph/examples/osgshadow/IslandScene.h

10 lines
205 B
C
Raw Normal View History

#ifndef ISLANDSCENE_H
#define ISLANDSCENE_H
// declare namespace and function to create the island scene
namespace ModelFour {
osg::Node* createModel(osg::ArgumentParser& /*arguments*/);
}
#endif