Move BeatmapInfoOverlay into its own class.

No loading async optimizations yet.
This commit is contained in:
Thomas Müller
2016-11-22 21:51:42 +01:00
parent 9bf23bc4ad
commit 5cf5e8c80c
3 changed files with 126 additions and 111 deletions

View File

@ -159,6 +159,7 @@
<Compile Include="Overlays\ToolbarModeButton.cs" />
<Compile Include="Overlays\ToolbarModeSelector.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Screens\Select\BeatmapInfoOverlay.cs" />
<Compile Include="Users\User.cs" />
<Compile Include="Graphics\UserInterface\Volume\VolumeControl.cs" />
<Compile Include="Database\BeatmapDatabase.cs" />