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