Initial revision
This commit is contained in:
27
src/osgPlugins/flt/UnknownRecord.cpp
Normal file
27
src/osgPlugins/flt/UnknownRecord.cpp
Normal file
@@ -0,0 +1,27 @@
|
||||
// UnknownRecord.cpp
|
||||
|
||||
#include "flt.h"
|
||||
#include "Registry.h"
|
||||
#include "UnknownRecord.h"
|
||||
|
||||
using namespace flt;
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// UnknownRecord
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
RegisterRecordProxy<UnknownRecord> g_UnknownProxy;
|
||||
|
||||
|
||||
UnknownRecord::UnknownRecord()
|
||||
{
|
||||
}
|
||||
|
||||
// virtual
|
||||
UnknownRecord::~UnknownRecord()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user