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

Function exportWave

src/OpenLoco/src/S5/S5Wave.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace OpenLoco::S5
5{
6 S5::Wave exportWave(const OpenLoco::World::Wave& src)
7 {
8 S5::Wave dst{};
9 dst.loc = src.loc;
10 dst.frame = src.frame;
11 return dst;
12 }
13
14 OpenLoco::World::Wave importWave(const S5::Wave& src)
15 {

Callers 1

exportGameStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected