blob: de7d078daaf7be74fbcc74e13d275f473ec0cd39 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef IMV_BACKEND_FREEIMAGE_H
#define IMV_BACKEND_FREEIMAGE_H
struct imv_backend;
/* Create an instance of the freeimage backend */
struct imv_backend *imv_backend_freeimage(void);
#endif
|