home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games / INFESPGAMES.mdf / os2 / ribble / support / makepath.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-09  |  185 b   |  11 lines

  1. #include <CSupport.h>
  2.  
  3. #ifndef _MakePath_h
  4. #define _MakePath_h
  5.  
  6. extern int CSExport makePath(const char* _path);
  7. extern int CSExport isValidPath(const char* _path);
  8.  
  9. #endif
  10.  
  11.