1
0
Fork 0

Missed some stuff. Added a song (stole it from reddit).

This commit is contained in:
Zach Nielsen 2016-11-10 12:59:55 -08:00
parent c07ef5c6ab
commit 4c0aa02b2e
6 changed files with 19 additions and 122 deletions

View file

@ -3,6 +3,10 @@
#ifndef SONG_LIST_H
#define SONG_LIST_H
#define COIN_SOUND \
E__NOTE(_A5 ),\
HD_NOTE(_E6 ),
#define ODE_TO_JOY \
Q__NOTE(_E4), Q__NOTE(_E4), Q__NOTE(_F4), Q__NOTE(_G4), \
Q__NOTE(_G4), Q__NOTE(_F4), Q__NOTE(_E4), Q__NOTE(_D4), \
@ -122,4 +126,12 @@
E__NOTE(_E5), \
E__NOTE(_D5),
#define UNICODE_WINDOWS \
E__NOTE(_B5), \
S__NOTE(_E6),
#define UNICODE_LINUX \
E__NOTE(_E6), \
S__NOTE(_B5),
#endif