Move Enums and Structs to central location

This commit is contained in:
Matt Nadareski
2016-04-12 15:03:47 -07:00
parent a3fbd9b3b1
commit 1d129bfa18
7 changed files with 73 additions and 58 deletions

View File

@@ -19,21 +19,6 @@ namespace SabreTools
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static Logger logger;
/// <summary>
/// Possible detected header type
/// </summary>
private enum HeaderType
{
None = 0,
A7800,
FDS,
Lynx,
//N64,
NES,
PCE,
SNES,
}
/// <summary>
/// Start deheader operation with supplied parameters
/// </summary>