ref: a2f19de82ff56c52d445e88a802bee4df1c161e5 dir: /src/ft2_mix.h/
#pragma once #include <stdint.h> #include "ft2_audio.h" typedef void (*mixRoutine)(void *, int32_t); extern const mixRoutine mixRoutineTable[24]; // ft2_mix.c