home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / shell / h / RedrawToSp < prev    next >
Encoding:
Text File  |  1994-06-21  |  539 b   |  23 lines

  1. #ifndef __Shell_RedrawToSp_h
  2. #define __Shell_RedrawToSp_h
  3.  
  4. #include <stdio.h>
  5.  
  6. #ifndef __Shell_Shell_h
  7. #include"Shell.Shell.h"
  8. #endif
  9.  
  10.  
  11. BOOL Shell_SaveRectAsSprite( char *filename, Shell_rectblock *r, BOOL greyscale);
  12.     /* This redraws the rectblock to a sprite and then     */
  13.     /* sends the sprite to filestream f. If greyscale is     */
  14.     /* TRUE, the sprite is given a 256-colour mode and a     */
  15.     /* greyscale palette. Otherwise it is created using     */
  16.     /* the present mode using DeskLib's Screen_CacheMode()    */
  17.     /* function.                        */
  18.  
  19.  
  20.  
  21.  
  22. #endif
  23.