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

  1. #ifndef __XENTAX_GAMEBRYO_H
  2. #define __XENTAX_GAMEBRYO_H
  3.  
  4. #define GAMEBRYO_BEGIN namespace Gamebryo {
  5. #define GAMEBRYO_END };
  6.  
  7. GAMEBRYO_BEGIN
  8.  
  9. bool extract(void);
  10. bool extract(const char* pathname);
  11.  
  12. GAMEBRYO_END
  13.  
  14. #endif
  15.