Remove unused Sound_Save() function declaration
This commit is contained in:
parent
d04ea859fb
commit
bbe62b136a
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ extern eSOUND_MODE eSoundMode;
|
|||
|
||||
extern void Sound_Init(void);
|
||||
extern void Sound_Default(void);
|
||||
extern void Sound_Save(void);
|
||||
extern void Sound_CycleState(void);
|
||||
extern void Sound_MakeSound(eSOUND_TYPE eSoundType);
|
||||
extern void Sound_MakeCustom(uint16_t ms,uint16_t tone_ ,bool critical);
|
||||
|
|
Loading…
Reference in a new issue