Przeniesiono kompresję do osobnej klasy i zoptymalizowano
This commit is contained in:
parent
fd42a5812a
commit
56ac9715fe
6 changed files with 136 additions and 90 deletions
|
|
@ -133,6 +133,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="ChunkManager.cpp" />
|
||||
<ClCompile Include="CompressionManager.cpp" />
|
||||
<ClCompile Include="CreateCargo.cpp" />
|
||||
<ClCompile Include="EncryptionManager.cpp" />
|
||||
<ClCompile Include="ExtractCargo.cpp" />
|
||||
|
|
@ -142,6 +143,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="ChunkManager.h" />
|
||||
<ClInclude Include="CompressionManager.h" />
|
||||
<ClInclude Include="CreateCargo.h" />
|
||||
<ClInclude Include="DataStruct.h" />
|
||||
<ClInclude Include="EncryptionManager.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue