A lot of clean ups from waltje; Start of a directory structure for the code, thanks to waltje.
9 lines
145 B
C
9 lines
145 B
C
void speaker_init();
|
|
|
|
extern int speaker_mute;
|
|
|
|
extern int speaker_gated;
|
|
extern int speaker_enable, was_speaker_enable;
|
|
|
|
void speaker_update();
|