MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SEND_STRM_FREE

Method SEND_STRM_FREE

music/streamer.cpp:299–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void oms_stream::SEND_STRM_FREE() {
300 oms_q_evt evt;
301
302 evt.cmd = OMS_STRM_FREE;
303 m_q.send(evt);
304}
305
306void oms_stream::SEND_STRM_SWITCH(bool *switch_flag) {
307 oms_q_evt evt;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected