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

  1. #ifndef __XENTAX__H
  2. #define __XENTAX__H
  3.  
  4. #define X_SYSTEM PS3
  5. #define X_GAME   TOUCHSHOT
  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.