MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / ~JukeBoxImpl

Method ~JukeBoxImpl

framework/jukebox.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 rng.seed(time_seconds);
35 }
36 ~JukeBoxImpl() override { this->stop(); }
37
38 void shuffle() { std::shuffle(trackList.begin(), trackList.end(), rng); }
39

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected