#ifndef __SOUND_H__ #define __SOUND_H__ #include <stdbool.h> void initSound(); void enableNotificationSound(bool enable); #endif