home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 5257 / source.7z / x_afs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2012-03-05  |  100 b   |  7 lines

  1. #ifndef __XENTAX_AFS_H
  2. #define __XENTAX_AFS_H
  3.  
  4. bool ExtractAFS(const char* filename);
  5.  
  6. #endif
  7.