Add option to import from osu-stable

Also adds an option to delete all beatmaps for testing purposes.
This commit is contained in:
Dean Herbert
2017-07-28 12:46:38 +09:00
parent e5306997dd
commit 7d4218ea6c
4 changed files with 70 additions and 0 deletions

View File

@ -104,6 +104,7 @@
<Compile Include="Overlays\Music\PlaylistList.cs" />
<Compile Include="Overlays\OnScreenDisplay.cs" />
<Compile Include="Graphics\Containers\SectionsContainer.cs" />
<Compile Include="Overlays\Settings\Sections\Maintenance\GeneralSettings.cs" />
<Compile Include="Overlays\Settings\SettingsHeader.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\MainMenuSettings.cs" />
<Compile Include="Overlays\Toolbar\ToolbarChatButton.cs" />