mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-13 03:35:59 +02:00
Renamed Compress.cpp to Compression.cpp
This commit is contained in:
parent
2ead8e5377
commit
ba0ff23e9d
6 changed files with 9 additions and 9 deletions
|
@ -870,7 +870,7 @@
|
|||
<ClCompile Include="util\CabUtil.cpp" />
|
||||
<ClCompile Include="util\CatmullRom.cpp" />
|
||||
<ClCompile Include="util\ChunkedDataBuffer.cpp" />
|
||||
<ClCompile Include="util\Compress.cpp" />
|
||||
<ClCompile Include="util\Compression.cpp" />
|
||||
<ClCompile Include="util\CubicFuncSpline.cpp" />
|
||||
<ClCompile Include="util\CubicSpline.cpp" />
|
||||
<ClCompile Include="util\FileEnumerator.cpp" />
|
||||
|
@ -1035,7 +1035,7 @@
|
|||
<ClInclude Include="util\BSpline.h" />
|
||||
<ClInclude Include="util\CabUtil.h" />
|
||||
<ClInclude Include="util\CatmullRom.h" />
|
||||
<ClInclude Include="util\Compress.h" />
|
||||
<ClInclude Include="util\Compression.h" />
|
||||
<ClInclude Include="util\CritSect.h" />
|
||||
<ClInclude Include="util\CubicFuncSpline.h" />
|
||||
<ClInclude Include="util\CubicSpline.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue