Read menu music from osz resource

This commit is contained in:
Dean Herbert
2017-05-23 16:26:51 +09:00
parent d1eb8937b7
commit fe7ac20e29
8 changed files with 111 additions and 93 deletions

View File

@ -63,5 +63,7 @@ namespace osu.Game.Beatmaps.IO
return buffer;
}
}
public abstract Stream GetUnderlyingStream();
}
}