| 129 | } |
| 130 | |
| 131 | void NFS3::FreeTrack(const std::shared_ptr<TRACK> &track) { |
| 132 | FreeFRD(track); |
| 133 | FreeCOL(track); |
| 134 | } |
| 135 | |
| 136 | bool NFS3::LoadFRD(std::string frd_path, const std::string &track_name, const std::shared_ptr<TRACK> &track) { |
| 137 | ifstream ar(frd_path, ios::in | ios::binary); |
nothing calls this directly
no outgoing calls
no test coverage detected