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

  1. #ifndef __XENTAX_ONECHANBARA2_H
  2. #define __XENTAX_ONECHANBARA2_H
  3.  
  4. #define XB360_ONECHANBARA2_BEGIN namespace XB360 { namespace Onechanbara2 {
  5. #define XB360_ONECHANBARA2_END }};
  6.  
  7. XB360_ONECHANBARA2_BEGIN
  8.  
  9. bool extract(void);
  10. bool extract(const char* pathname);
  11.  
  12. XB360_ONECHANBARA2_END
  13.  
  14. #endif
  15.