home *** CD-ROM | disk | FTP | other *** search
/ Graphics Bonanza / Graphics Bonanza.iso / prog2 / wgt35 / filesel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-28  |  224 b   |  14 lines

  1. /* Include file for the built in File Selector V3.5
  2. Copyright 1993 WordUp Software Productions
  3. */
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. extern char *wfileselector(char *,char *);
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.