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