common_png.h 72 Bytes
Newer Older
1
2
3
4
5
6
#pragma once

#if PNG_FOUND
#include <png.h>
#include <setjmp.h>
#endif