diff options
author | Lode Vandevenne <lvandeve@users.noreply.github.com> | 2016-12-22 13:46:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 13:46:52 +0100 |
commit | 8a0f16afe74a6abf85e3b45e9558283022021a59 (patch) | |
tree | 450323e78260605e76fbea56c956e1efe7f077b4 | |
parent | 1d1b55c071591d9537bf5adf67af8d473af6beb8 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,4 +7,6 @@ Home page: http://lodev.org/lodepng/ Only two files are needed to allow your program to read and write PNG files: lodepng.cpp and lodepng.h. +For C, you can rename lodepng.cpp to lodepng.c and it'll work. C++ only adds extra API. + The other files in the project are just examples, unit tests, etc... |