Missed some stuff. Added a song (stole it from reddit).
This commit is contained in:
parent
c07ef5c6ab
commit
4c0aa02b2e
6 changed files with 19 additions and 122 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue