Added a bunch of files synched with 0.8.42
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// InstanceRecords.cpp
|
||||
|
||||
|
||||
#include "flt.h"
|
||||
#include "Registry.h"
|
||||
#include "InstanceRecords.h"
|
||||
@@ -15,7 +14,6 @@ using namespace flt;
|
||||
|
||||
RegisterRecordProxy<InstanceDefinitionRecord> g_InstanceDefinitionProxy;
|
||||
|
||||
|
||||
InstanceDefinitionRecord::InstanceDefinitionRecord()
|
||||
{
|
||||
}
|
||||
@@ -32,8 +30,6 @@ void InstanceDefinitionRecord::endian()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// InstanceReferenceRecord
|
||||
@@ -42,7 +38,6 @@ void InstanceDefinitionRecord::endian()
|
||||
|
||||
RegisterRecordProxy<InstanceReferenceRecord> g_InstanceReferenceProxy;
|
||||
|
||||
|
||||
InstanceReferenceRecord::InstanceReferenceRecord()
|
||||
{
|
||||
}
|
||||
@@ -57,6 +52,3 @@ InstanceReferenceRecord::~InstanceReferenceRecord()
|
||||
void InstanceReferenceRecord::endian()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user