home *** CD-ROM | disk | FTP | other *** search
- /* --------------------------------- */
- /* main window setup & handlers */
- /* --------------------------------- */
-
- #ifndef __mainwindow_H
- #define __mainwindow_H
-
- extern void main_window_open(wimp_openstr *);
- extern void main_window_redraw(void);
- extern void main_window_setup(void);
-
- #endif
-