Move CPos and CVec into FileFormats.
This commit is contained in:
@@ -154,6 +154,8 @@
|
|||||||
<Compile Include="Graphics\TmpTDReader.cs" />
|
<Compile Include="Graphics\TmpTDReader.cs" />
|
||||||
<Compile Include="Graphics\ShpD2Reader.cs" />
|
<Compile Include="Graphics\ShpD2Reader.cs" />
|
||||||
<Compile Include="FileSystem\Pak.cs" />
|
<Compile Include="FileSystem\Pak.cs" />
|
||||||
|
<Compile Include="CPos.cs" />
|
||||||
|
<Compile Include="CVec.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||||
|
|||||||
@@ -120,8 +120,6 @@
|
|||||||
<Compile Include="Graphics\WorldRenderer.cs" />
|
<Compile Include="Graphics\WorldRenderer.cs" />
|
||||||
<Compile Include="Group.cs" />
|
<Compile Include="Group.cs" />
|
||||||
<Compile Include="InputHandler.cs" />
|
<Compile Include="InputHandler.cs" />
|
||||||
<Compile Include="CVec.cs" />
|
|
||||||
<Compile Include="CPos.cs" />
|
|
||||||
<Compile Include="Map.cs" />
|
<Compile Include="Map.cs" />
|
||||||
<Compile Include="ModData.cs" />
|
<Compile Include="ModData.cs" />
|
||||||
<Compile Include="Network\Connection.cs" />
|
<Compile Include="Network\Connection.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user