Add a dummy beatmap provider for use in BeatmapInfoWedge

This commit is contained in:
Dean Herbert
2017-07-18 16:51:34 +09:00
parent 11ddded6fc
commit e47faf4e85
3 changed files with 51 additions and 13 deletions

View File

@ -76,6 +76,7 @@
<Compile Include="Audio\SampleInfoList.cs" />
<Compile Include="Beatmaps\Drawables\BeatmapBackgroundSprite.cs" />
<Compile Include="Beatmaps\DifficultyCalculator.cs" />
<Compile Include="Beatmaps\DummyWorkingBeatmap.cs" />
<Compile Include="Graphics\Containers\OsuClickableContainer.cs" />
<Compile Include="Graphics\Containers\OsuFocusedOverlayContainer.cs" />
<Compile Include="Graphics\Containers\OsuScrollContainer.cs" />
@ -538,4 +539,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>