home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Updates / Flash / writeflash / !MakeFlash / h / bbox < prev    next >
Text File  |  2000-04-16  |  171b  |  5 lines

  1.  
  2. int bbox_init(RECT *rect, int *context);
  3. int bbox_add_point(RECT *rect, int *context, S32 x, S32 y, S32 radius);
  4. int bbox_add_bbox(RECT *rect, int *context, RECT *bbox);
  5.