home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / setupapp_1 / !SetUpApp / Resources / mainwind_h < prev    next >
Text File  |  1994-12-08  |  297b  |  13 lines

  1. /* --------------------------------- */
  2. /* main window setup & handlers      */
  3. /* --------------------------------- */
  4.  
  5. #ifndef __mainwindow_H
  6. #define __mainwindow_H
  7.  
  8. extern void main_window_open(wimp_openstr *);
  9. extern void main_window_redraw(void);
  10. extern void main_window_setup(void);
  11.  
  12. #endif
  13.