#ifndef MUSIC_H_ #define MUSIC_H_ #include "buzzer.h" extern const note_t __flash music_korobeiniki[]; extern const note_t __flash sound_zapline[]; extern const note_t __flash sound_incspeed[]; extern const note_t __flash sound_gameover[]; #endif /* MUSIC_H_ */