summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/privatepng.cpp
blob: 6136447d86c1a312d504aba98c9c2bbb5547bba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "png.c"
#include "pngerror.c"
#include "pngget.c"
#include "pngmem.c"
#include "pngpread.c"
#include "pngread.c"
#include "pngrio.c"
#include "pngrtran.c"
#include "pngrutil.c"
#include "pngset.c"
#include "pngtrans.c"
#include "pngwio.c"
#include "pngwrite.c"
#include "pngwtran.c"
#include "pngwutil.c"