OpenSceneGraph/examples/osgphotoalbum/PhotoArchive.h

11 lines
126 B
C
Raw Normal View History

#ifndef PHOTOARCHIVE_H
#define PHOTOARCHIVE_H
#include <osg/Image>
class PhotoArchive : public osg::Referenced
{
};
#endif