This commit is contained in:
Drew DeVault 2016-10-10 09:20:06 -04:00 committed by Dean Herbert
parent 4851f49ad5
commit 0267eb7649
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.OS;
using osu.Framework.Platform;
namespace osu.Game.Beatmaps.IO
{

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.OS;
using osu.Framework.Platform;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Formats;
using osu.Game.Beatmaps.IO;