ref: c8ca07133c9fcb92cc2d9242538764f0f4bbc386 dir: /src/mixer/ft2_mix.h/
#pragma once #include <stdint.h> #include "../ft2_audio.h" typedef void (*mixFunc)(void *, int32_t); extern const mixFunc mixFuncTab[72]; // ft2_mix.c