#102: Moving Models and constants to their own library

This commit is contained in:
kdeng00
2024-07-27 22:12:32 -04:00
parent 8900afdfd2
commit 8fdc3cfe40
50 changed files with 25 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
using System;
namespace Icarus.Types;
public enum CoverArtField
{
SongTitle = 0,
ImagePath
};