common_png.h 72 B

123456
  1. #pragma once
  2. #if PNG_FOUND
  3. #include <png.h>
  4. #include <setjmp.h>
  5. #endif