home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / qzap / qzapsrc / !QZap_h_QMenuselec < prev    next >
Encoding:
Text File  |  1994-07-07  |  142 b   |  13 lines

  1. /*
  2.  * Menuselection.h
  3.  */
  4.  
  5. #ifndef Menuselection_H
  6. #define Menuselection_H
  7.  
  8. #include "wimp.h"
  9.  
  10. void Menuselection(wimp_block *Block);
  11.  
  12. #endif
  13.