#ifndef SOUND_H #define SOUND_H #include "config.h" void playTune(); void playAlarmTone(); #endif