mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-19 21:32:31 -04:00
7 lines
120 B
C
7 lines
120 B
C
#include "n_synthInternals.h"
|
|
|
|
void n_alSynSetPriority(N_ALVoice *voice, s16 priority)
|
|
{
|
|
voice->priority = priority;
|
|
}
|