home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Shell_RedrawToSp_h
- #define __Shell_RedrawToSp_h
-
- #include <stdio.h>
-
- #ifndef __Shell_Shell_h
- #include"Shell.Shell.h"
- #endif
-
-
- BOOL Shell_SaveRectAsSprite( char *filename, Shell_rectblock *r, BOOL greyscale);
- /* This redraws the rectblock to a sprite and then */
- /* sends the sprite to filestream f. If greyscale is */
- /* TRUE, the sprite is given a 256-colour mode and a */
- /* greyscale palette. Otherwise it is created using */
- /* the present mode using DeskLib's Screen_CacheMode() */
- /* function. */
-
-
-
-
- #endif
-