mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 08:41:34 +11:00
Add attribution for the music
This commit is contained in:
parent
6ab61b6eb0
commit
8d980697bb
|
@ -5,6 +5,7 @@ extern crate agb;
|
||||||
|
|
||||||
use agb::sound;
|
use agb::sound;
|
||||||
|
|
||||||
|
// Music - "I will not let you let me down" by Josh Woodward, free download at http://joshwoodward.com
|
||||||
const I_WILL_NOT_LET_YOU_LET_ME_DOWN: &'static [u8] =
|
const I_WILL_NOT_LET_YOU_LET_ME_DOWN: &'static [u8] =
|
||||||
include_bytes!("i-will-not-let-you-let-me-down.raw");
|
include_bytes!("i-will-not-let-you-let-me-down.raw");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue