#pragma once #include "fastfetch.h" #define FF_SOUND_MODULE_NAME "Sound" void ffPrintSound(FFSoundOptions* options); void ffInitSoundOptions(FFSoundOptions* options); void ffDestroySoundOptions(FFSoundOptions* options);