Basic section management of userpage.

This commit is contained in:
Huo Yaoyuan
2017-05-25 02:11:07 +08:00
parent 16212fce19
commit 9bc1eece0a
4 changed files with 92 additions and 0 deletions

View File

@ -85,6 +85,9 @@
<Compile Include="Overlays\Settings\SettingsHeader.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\MainMenuSettings.cs" />
<Compile Include="Overlays\Toolbar\ToolbarChatButton.cs" />
<Compile Include="Overlays\UserPageOverlay.cs" />
<Compile Include="Overlays\UserPage\UserPageHeader.cs" />
<Compile Include="Overlays\UserPage\UserPageSection.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapConverter.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapProcessor.cs" />
<Compile Include="Beatmaps\ControlPoints\ControlPoint.cs" />