namespace refactor for R:Athenaeum
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Audio
|
||||
namespace RecrownedAthenaeum.Audio
|
||||
{
|
||||
internal class MusicController : IDisposable
|
||||
{
|
||||
|
@@ -8,7 +8,7 @@ using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Audio
|
||||
namespace RecrownedAthenaeum.Audio
|
||||
{
|
||||
internal delegate void SearchListener(MusicList musicList);
|
||||
|
||||
|
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Audio
|
||||
namespace RecrownedAthenaeum.Audio
|
||||
{
|
||||
public enum SupportedFormats
|
||||
{
|
||||
|
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Audio
|
||||
namespace RecrownedAthenaeum.Audio
|
||||
{
|
||||
public class TransparentSampleProvider : ISampleProvider
|
||||
{
|
||||
|
@@ -1,13 +1,13 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using RhythmBullet.UI.Modular;
|
||||
using RecrownedAthenaeum.UI.Modular;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Audio.Visualizer
|
||||
namespace RecrownedAthenaeum.Audio.Visualizer
|
||||
{
|
||||
internal class HorizontalVisualizer : UIModule, IDisposable
|
||||
{
|
||||
|
Reference in New Issue
Block a user