ref: 566e7637e4cc6fff7430dabe1e58bfe7be6948ef 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