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

  1. #ifndef __StatDispl_h
  2. #define __StatDispl_h
  3.  
  4. #ifndef __Structs_h
  5. #include "Structs.h"
  6. #endif
  7.  
  8. void    UpdateAppStatsDisplay( app_block *app);
  9.  
  10. #endif
  11.