10 lines
101 B
C
10 lines
101 B
C
|
#ifndef SOUND_H
|
||
|
#define SOUND_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
void playTune();
|
||
|
void playAlarmTone();
|
||
|
|
||
|
#endif
|