Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ AudioSequence
Method
AudioSequence
src/Menu/IntroState.cpp:332–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
int trackPosition;
331
332
AudioSequence(ResourcePack *resources) : rp(resources), m(0), s(0), trackPosition(0)
333
{
334
}
335
336
void operator ()()
337
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected