home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / mikmod43.zip / WILDFILE.H < prev   
C/C++ Source or Header  |  1994-04-23  |  113b  |  7 lines

  1. #ifndef WILDFILE_H
  2. #define WILDFILE_H
  3.  
  4. char *GetFirstName(char *wildname);
  5. char *GetNextName(void);
  6.  
  7. #endif