MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / importLabelFrame

Function importLabelFrame

src/OpenLoco/src/S5/S5LabelFrame.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 OpenLoco::LabelFrame importLabelFrame(const S5::LabelFrame& src)
17 {
18 OpenLoco::LabelFrame dst{};
19 std::ranges::copy(src.left, dst.left);
20 std::ranges::copy(src.right, dst.right);
21 std::ranges::copy(src.top, dst.top);
22 std::ranges::copy(src.bottom, dst.bottom);
23 return dst;
24 }
25}

Callers 2

importTownFunction · 0.85
importStationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected