Just putting a reminder into IMB_imbuf_types.h in case my mails to the list

got ignored, and for future reference ;)

If you change struct ImBuf, copy it over to the plugin API!
This commit is contained in:
Alexander Ewering
2005-05-23 00:14:23 +00:00
parent ec45bfc5b1
commit 9be39be56b

View File

@@ -62,6 +62,11 @@ struct Mdec;
* This is the abstraction of an image. ImBuf is the basic type used for all
* imbuf operations.
*
* REMINDER: if any changes take place, they need to be carried over
* to source/blender/blenpluginapi/iff.h too, OTHERWISE PLUGINS WON'T
* WORK CORRECTLY!
*
* Also, that iff.h needs to be in the final release "plugins/include" dir, too!
*/
typedef struct ImBuf{
/** Width in pixels */