[Mappings, Skippers] Separate out old Remapping class

All things that have to do with DAT mappings are in Mappings now and eveything having to do with header skippers are in Skippers now. Also, Skippers got proper implementations of matching a file to a rule and applying a rule to a file.
This commit is contained in:
Matt Nadareski
2016-06-17 01:22:22 -07:00
parent 6fbbc39ae5
commit 8143c80be1
8 changed files with 505 additions and 176 deletions

View File

@@ -85,6 +85,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Data\Constants.cs" />
<Compile Include="Skippers.cs" />
<Compile Include="Tools\ArchiveTools.cs" />
<Compile Include="Tools\CRC32.cs" />
<Compile Include="Tools\DBTools.cs" />
@@ -94,7 +95,7 @@
<Compile Include="Logger.cs" />
<Compile Include="Tools\Output.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Remapping.cs" />
<Compile Include="Mappings.cs" />
<Compile Include="Tools\DatTools.cs" />
<Compile Include="Data\Structs.cs" />
<Compile Include="Tools\RomTools.cs" />