forked from blender/blender
main sync #3
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
#include "IMB_imbuf.h"
|
#include "IMB_imbuf.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
/** \name Generic File Type
|
/** \name Generic File Type
|
||||||
* \{ */
|
* \{ */
|
||||||
@ -269,3 +273,7 @@ struct ImBuf *imb_load_psd(const uchar *mem,
|
|||||||
char colorspace[IM_MAX_SPACE]);
|
char colorspace[IM_MAX_SPACE]);
|
||||||
|
|
||||||
/** \} */
|
/** \} */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
#include "oiio/openimageio_support.hh"
|
#include "oiio/openimageio_support.hh"
|
||||||
|
|
||||||
|
#include "IMB_filetype.h"
|
||||||
|
|
||||||
#include "IMB_imbuf_types.h"
|
#include "IMB_imbuf_types.h"
|
||||||
|
|
||||||
OIIO_NAMESPACE_USING
|
OIIO_NAMESPACE_USING
|
||||||
|
Loading…
Reference in New Issue
Block a user