// RoadRecords.cpp #include "flt.h" #include "Registry.h" #include "RoadRecords.h" using namespace flt; //////////////////////////////////////////////////////////////////// // // RoadSegmentRecord // //////////////////////////////////////////////////////////////////// RegisterRecordProxy g_RoadSegmentProxy; RoadSegmentRecord::RoadSegmentRecord() { } // virtual RoadSegmentRecord::~RoadSegmentRecord() { } //////////////////////////////////////////////////////////////////// // // RoadConstructionRecord // //////////////////////////////////////////////////////////////////// RegisterRecordProxy g_RoadConstructionProxy; RoadConstructionRecord::RoadConstructionRecord() { } // virtual RoadConstructionRecord::~RoadConstructionRecord() { } //////////////////////////////////////////////////////////////////// // // RoadPathRecord // //////////////////////////////////////////////////////////////////// RegisterRecordProxy g_RoadPathProxy; RoadPathRecord::RoadPathRecord() { } // virtual RoadPathRecord::~RoadPathRecord() { }