mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +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
|
@ -1938,7 +1938,7 @@ copy /y "$(OutDir)$(TargetName).lib" "$(SolutionDir)\BeefLibs\Beefy2D\dist\"</Co
|
|||
<ClCompile Include="util\BSpline.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\Hash.cpp" />
|
||||
|
@ -2170,7 +2170,7 @@ copy /y "$(OutDir)$(TargetName).lib" "$(SolutionDir)\BeefLibs\Beefy2D\dist\"</Co
|
|||
<ClInclude Include="util\CatmullRom.h" />
|
||||
<ClInclude Include="Util\ChunkedDataBuffer.h" />
|
||||
<ClInclude Include="util\ChunkedVector.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" />
|
||||
|
|
|
@ -725,7 +725,7 @@
|
|||
<ClCompile Include="util\Sphere.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="util\Compress.cpp">
|
||||
<ClCompile Include="util\Compression.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="third_party\miniz\miniz.c">
|
||||
|
@ -1117,7 +1117,7 @@
|
|||
<ClInclude Include="util\Sphere.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\Compress.h">
|
||||
<ClInclude Include="util\Compression.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\BitSet.h">
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -578,7 +578,7 @@
|
|||
<ClCompile Include="util\Heap.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="util\Compress.cpp">
|
||||
<ClCompile Include="util\Compression.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="util\ZipFile.cpp">
|
||||
|
@ -895,7 +895,7 @@
|
|||
<ClInclude Include="util\Heap.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\Compress.h">
|
||||
<ClInclude Include="util\Compression.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\ZipFile.h">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "Compress.h"
|
||||
#include "Compression.h"
|
||||
#include "third_party/zlib/zlib.h"
|
||||
#include "TLSingleton.h"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue