Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ importWave
Function
importWave
src/OpenLoco/src/S5/S5Wave.cpp:14–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
OpenLoco::World::Wave importWave(const S5::Wave& src)
15
{
16
OpenLoco::World::Wave dst{};
17
dst.loc = src.loc;
18
dst.frame = src.frame;
19
return dst;
20
}
21
}
Callers
1
importGameState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected