Files
armorpaint/base/tools/iris.c/png.c
T

10 lines
231 B
C
Raw Normal View History

2026-06-17 17:44:40 +02:00
/*
* PNG Decoder/Encoder Implementation
*
* Compile this file alongside your project, or use png.h as a header-only library
* by defining PNG_IMPLEMENTATION before including it.
*/
#define PNG_IMPLEMENTATION
#include "png.h"