1 2 3 4 5
#include "sound.h" const char* ffDetectSound(FF_A_UNUSED FFlist* devices /* List of FFSoundDevice */) { return "Not supported on this platform"; }