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

Function initialize

src/Audio/src/AudioEngine.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void initialize()
196 {
197 _channelVolumes.fill(0);
198 _instances.clear();
199 _isPaused = false;
200 _isInitialised = true;
201 }
202
203 void shutdown()
204 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected