ref: eaee288d876e3dd4e2fc0fa7ee9ab17bf8d1eb6c 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