ref: 4c269a5cf3dabe54417e90a00f6bffce1fef52b0 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