mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move cuetools.net codec locally.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace CUETools.Codecs.Flake
|
||||
{
|
||||
public enum OrderMethod
|
||||
{
|
||||
/// <summary>
|
||||
/// Select orders based on Akaike's criteria
|
||||
/// </summary>
|
||||
Akaike = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user