mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move Enums and Structs to central location
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user