#ifndef __SOUND_H__ #define __SOUND_H__ #include void initSound(); void enableNotificationSound(bool enable); #endif