ref: 855a60a7698acb993b68f8e64448bd2fc3ff86da
dir: /n_image.h/
extern char* NImage_Type; typedef struct NImage NImage; struct NImage { Nelem; DECL_ACCESSOR_OneParam(NImage, Image, Image*); DECL_ACCESSOR_OneParam(NImage, Offset, Point); DECL_ACCESSOR_OneParam(NImage, AutoSize, int); // private members Image *image; Point offset; int autosize; }; NImage* New_Image(char*);