ref: 8457c7dcbb4115460ae4d882982763fbeb80595c 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