From c306a44fd7b057850c20ab347d56122b7752d181 Mon Sep 17 00:00:00 2001 From: Matthew Sitton Date: Sat, 25 Jun 2016 12:58:26 -0500 Subject: [PATCH] Update readme.md --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a59761e..cb7a9d7 100644 --- a/readme.md +++ b/readme.md @@ -5,10 +5,8 @@ https://github.com/richgel999/miniz basically file since source file has been separated into a more traditional header/source library. This is mainly based off of the organization done for the -version in the valve vogl tool. +version in the valve vogl tool. That way the changes could be merged more easily. https://github.com/ValveSoftware/vogl/blob/master/src/voglcore/vogl_miniz.h I've also integrated the changes from here: http://www.tenacioussoftware.com/miniz_v116_beta_r1.7z - -Eventually may integrate changes from the vogl version as well.