Update naming schemes

This commit is contained in:
Matt Nadareski
2020-01-30 14:47:23 -08:00
parent d8035745a9
commit 59040ae0f0
10 changed files with 660 additions and 660 deletions

View File

@@ -19,9 +19,9 @@
}
/// <summary>
/// Supported DIC commands
/// Supported DiscImageCreator commands
/// </summary>
public enum DICCommand
public enum CreatorCommand
{
NONE = 0,
Audio,
@@ -50,9 +50,9 @@
}
/// <summary>
/// Supported DIC flags
/// Supported DiscImageCreator flags
/// </summary>
public enum DICFlag
public enum CreatorFlag
{
NONE = 0,
AddOffset,