#ifndef _POPUPS_H_ #define _POPUPS_H_ #include "Popup_Scheduler.h" /*#include "Sound_Scheduler.h"*/ /*#include "Sound_Player.h"*/ void Popups_Management_Service ( void ); void Popups_Polling ( void ); void Maintenance_Alarm_Flag_Set(uint8_t val); void Popups_Sound_Playing ( uint8_t PopupSnd ); #endif