sound.h 84 B

123456
  1. #include <stdbool.h>
  2. void initSound();
  3. void enableNotificationSound(bool enable);