blob: a23f8d5e1bedb93e50cc77fed74ad5bfd96f481b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_SOUND_MODULE_NAME "Sound"
bool ffPrintSound(FFSoundOptions* options);
void ffInitSoundOptions(FFSoundOptions* options);
void ffDestroySoundOptions(FFSoundOptions* options);
extern FFModuleBaseInfo ffSoundModuleInfo;
|