11 lines
126 B
C
11 lines
126 B
C
|
#ifndef PHOTOARCHIVE_H
|
||
|
#define PHOTOARCHIVE_H
|
||
|
|
||
|
#include <osg/Image>
|
||
|
|
||
|
class PhotoArchive : public osg::Referenced
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif
|