Re-namespace SummaryTimeline

This commit is contained in:
smoogipoo
2017-09-26 15:45:27 +09:00
parent 85cb541fef
commit 5953c1084e
5 changed files with 113 additions and 360 deletions

View File

@ -9,8 +9,8 @@ using osu.Framework.Graphics.Textures;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Screens.Edit.Components;
using OpenTK;
using osu.Game.Screens.Edit.Components.Timelines.Summary;
namespace osu.Game.Tests.Visual
{