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

  1. #ifndef __XENTAX_NEPTUNIA_MK2_H
  2. #define __XENTAX_NEPTUNIA_MK2_H
  3.  
  4. #define X_SYSTEM PS3
  5. #define X_GAME   NEPTUNIA_MK2
  6.  
  7. namespace X_SYSTEM { namespace X_GAME {
  8.  
  9. bool extract(void);
  10. bool extract(const char* pathname);
  11.  
  12. }};
  13.  
  14. #undef X_SYSTEM
  15. #undef X_GAME
  16.  
  17. #endif
  18.