home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Updates / Flash / writeflash / !MakeFlash / h / shape < prev    next >
Text File  |  2000-03-30  |  257b  |  8 lines

  1.  
  2. int shape_add_fillstyle(SHAPE *shp, FILLSTYLE *style);
  3. int shape_add_linestyle(SHAPE *shp, LINESTYLE *style);
  4. int shape_add_record(SHAPE *shape, SHAPERECORD *rec);
  5. int shape_create(SHAPE **shp);
  6. int shape_write(SHAPE *shape);
  7. int shape_read(SHAPE *shape);
  8.