static void TS_AddTask ( task *node ) { LL_SortedInsertion( TaskList, node, next, prev, task, priority ); }
void MV_PlayVoice(VoiceNode *voice) { DisableInterrupts(); LL_SortedInsertion(&VoiceList, voice, prev, next, VoiceNode, priority); RestoreInterrupts(); }