home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / Tree / Builds / h / diagram_sa next >
Encoding:
Text File  |  1995-11-24  |  317 b   |  13 lines

  1. /*** diagram_save.h ***/
  2. /* Save the line_store as a Draw diagram via save_buffer
  3.  * This module assumes lines in the line_store are stored using OS coordinates
  4.  * (c) Paul Field
  5.  * v1.00 - 22/11/95
  6.  */
  7.  
  8. void diagram_save(void);
  9.  /* Saves the lines in the line_store as a Draw diagram using
  10.   * the save_buffer
  11.   */
  12.  
  13.