blob: d93284a7e022bb3d497e6399a7d3d9b28c1c6374 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef IMV_BACKEND_LIBPNG_H
#define IMV_BACKEND_LIBPNG_H
struct imv_backend;
/* Get an instance of the libpng backend */
const struct imv_backend *imv_backend_libpng(void);
#endif
|