home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / shell / h / FindWind < prev    next >
Encoding:
Text File  |  1994-05-07  |  182 b   |  12 lines

  1. #ifndef __Shell_FindWind_h
  2. #define    __Shell_FindWind_h
  3.  
  4. #ifndef __Shell_Shell_h
  5. #include "Shell.Shell.h"
  6. #endif
  7.  
  8. Shell_windblock    *Shell_FindWindBlock( window_handle window);
  9.  
  10. #endif
  11.  
  12.