summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2017-09-17 12:24:18 +0200
committerLode <lvandeve@gmail.com>2017-09-17 12:24:18 +0200
commit70d38b84d9028e560dd89997b7bea0c4c721aa0c (patch)
tree79dc76438d1e71d51dae348af8e719b41e72aac8
parent579d38bfd0a3c9fd3a62a9d18560685110161cf8 (diff)
parent8a0f16afe74a6abf85e3b45e9558283022021a59 (diff)
Merge branch 'master' of https://github.com/lvandeve/lodepng
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35f9254..f3add79 100644
--- a/README.md
+++ b/README.md
@@ -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...