home *** CD-ROM | disk | FTP | other *** search
-
- /************************************************************************/
- /* Display content of file 'PICTURE.001' on the screen */
- /************************************************************************/
-
- restore_screen()
- {
- clear_screen();
- screen_load("picture.001"); /* Copy file to screen */
- }