Split FieldSaver out into its own file

This commit is contained in:
ScottNZ
2013-10-11 16:52:44 +13:00
parent 89a6d4f98e
commit 104a2d23cf
3 changed files with 95 additions and 75 deletions

View File

@@ -80,6 +80,7 @@
<Compile Include="Evaluator.cs" />
<Compile Include="Exts.cs" />
<Compile Include="FieldLoader.cs" />
<Compile Include="FieldSaver.cs" />
<Compile Include="FileFormats\AudLoader.cs" />
<Compile Include="FileFormats\Blast.cs" />
<Compile Include="FileFormats\Blowfish.cs" />