Own implementation of music

This commit is contained in:
Michal Moskal
2017-07-11 16:44:35 +02:00
parent ad5d5daee5
commit 02e45762b4
4 changed files with 63 additions and 7 deletions

View File

@ -24,6 +24,6 @@ namespace pxt {
void target_init() {
OutputInit();
SoundInit();
}
}