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

  1. #ifndef __AppMenu_h
  2. #define __AppMenu_h
  3.  
  4. #ifndef __dl_wimp_h
  5. #include "DeskLib:Wimp.h"
  6. #endif
  7.  
  8. BOOL    AppWindowClickHandler( event_pollblock *event, void *reference);
  9.  
  10. #endif
  11.