Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/DanTheMan827/decodepng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <790119+DanTheMan827@users.noreply.github.com>2017-12-01 06:32:39 +0300
committerDaniel <790119+DanTheMan827@users.noreply.github.com>2017-12-01 06:34:02 +0300
commit058ce88e55db765f715b41b902b980c78df42fc7 (patch)
tree1dd7990a4ee379dcc674a28b30d802d92c7e6beb /lodepng.c
parent39924ba0ab4a0c3fabdf562bb695ca247b13fb2a (diff)
Convert to C and optimize (thanks madmonkey)HEADmaster
Diffstat (limited to 'lodepng.c')
-rw-r--r--lodepng.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lodepng.c b/lodepng.c
new file mode 100644
index 0000000..3f52d9c
--- /dev/null
+++ b/lodepng.c
@@ -0,0 +1,2 @@
+#define LODEPNG_NO_COMPILE_ENCODER
+#include "lodepng/lodepng.cpp"