Files
OpenSceneGraph/src/osgPlugins/flt/CommentRecord.cpp
2001-01-10 16:32:10 +00:00

38 lines
492 B
C++

// CommentRecord.cpp
#include "flt.h"
#include "Registry.h"
#include "CommentRecord.h"
using namespace flt;
////////////////////////////////////////////////////////////////////
//
// CommentRecord
//
////////////////////////////////////////////////////////////////////
RegisterRecordProxy<CommentRecord> g_CommentRecordProxy;
CommentRecord::CommentRecord()
{
}
// virtual
CommentRecord::~CommentRecord()
{
}
// virtual
void CommentRecord::endian()
{
}