home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / stubshack / HeapGraph / !HeapDisp / h / Redraw < prev    next >
Encoding:
Text File  |  1994-08-28  |  283 b   |  20 lines

  1. #ifndef __Redraw_h
  2. #define __Redraw_h
  3.  
  4. #ifndef __Structs_h
  5. #include "Structs.h"
  6. #endif
  7.  
  8. #ifndef __Shell_Extra_h
  9. #include "Shell.Extra.h"
  10. #endif
  11.  
  12. void    HeapRedrawer(
  13.         Shell_convertpoint    convert,
  14.         wimp_point        rectsize,
  15.         void            *reference,
  16.         const wimp_rect        *redrawrect
  17.         );
  18.  
  19. #endif
  20.