diff options
author | pixel <pixel> | 2005-06-06 11:16:14 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-06-06 11:16:14 +0000 |
commit | f63b29b1ecde50618e92c069fb04d8e0ae6e63ae (patch) | |
tree | ffba60e270218fed25c445a3081499c862db7b20 /MSVC/PSX-Bundle - library | |
parent | ede779459d2c3c370e1838546b27a67f744af556 (diff) |
Updated zlib, adding hashing functions, and introducing first bits of a new sliding window generic algorithm.
Diffstat (limited to 'MSVC/PSX-Bundle - library')
-rw-r--r-- | MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj index 1015075..a414933 100644 --- a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -159,6 +159,14 @@ RelativePath="..\..\includes\lzss.h" > </File> + <File + RelativePath="..\..\lib\sliding-window.cpp" + > + </File> + <File + RelativePath="..\..\includes\sliding-window.h" + > + </File> </Filter> <Filter Name="CD classes" |