home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / s / setupapp / !SetUpApp_Resources_mainwind_h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-07  |  297 b   |  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.