summaryrefslogtreecommitdiffstats
path: root/music.h
blob: eae2e6117cd4ca6c6717d090d3c2b1e5d6b69efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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_ */
bues.ch cgit interface