Continued transition to new asset manager.

This commit is contained in:
2019-12-12 14:43:36 -05:00
parent e3946c526f
commit 3e60760292
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
using RecrownedAthenaeum.ContentSystem;
using RecrownedAthenaeum.SpecialTypes;
using RecrownedAthenaeum.Assets;
using RecrownedAthenaeum.Types;
using System.Diagnostics;
namespace RhythmBullet.ContentResolvers
{
internal class ResolutionContentResolver : IContentPathResolver
internal class ResolutionContentResolver : IAssetPathResolver
{
int width, height;
bool updated;