home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / shell_1 / Shell / h / ForcRedraw < prev    next >
Encoding:
Text File  |  1994-08-30  |  171 b   |  12 lines

  1. #ifndef __Shell_ForcRedraw_h
  2. #define __Shell_ForcRedraw_h
  3.  
  4. #ifndef __Shell_h
  5. #include "Shell.Shell.h"
  6. #endif
  7.  
  8. void    Shell_ForceRectRedrawAll( Shell_rectblock *r);
  9.  
  10.  
  11. #endif
  12.