mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatItem] Verify DatItem modularity
This commit is contained in:
@@ -135,7 +135,9 @@ namespace SabreTools.Helper.Dats
|
||||
|
||||
#endregion
|
||||
|
||||
#region Comparision Methods
|
||||
#region Instance Methods
|
||||
|
||||
#region Comparision Methods [MODULAR DONE]
|
||||
|
||||
public int CompareTo(DatItem other)
|
||||
{
|
||||
@@ -228,9 +230,7 @@ namespace SabreTools.Helper.Dats
|
||||
|
||||
#endregion
|
||||
|
||||
#region Instance Methods
|
||||
|
||||
#region Sorting and Merging
|
||||
#region Sorting and Merging [MODULAR DONE]
|
||||
|
||||
/// <summary>
|
||||
/// Check if a DAT contains the given rom
|
||||
@@ -396,7 +396,7 @@ namespace SabreTools.Helper.Dats
|
||||
|
||||
#region Static Methods
|
||||
|
||||
#region Sorting and Merging
|
||||
#region Sorting and Merging [MODULAR DONE]
|
||||
|
||||
/// <summary>
|
||||
/// Merge an arbitrary set of ROMs based on the supplied information
|
||||
|
||||
Reference in New Issue
Block a user