Subversion Repositories ipe_artfile_utils

Rev

Blame | Last modification | View Log | RSS feed

  1. /**
  2.  * ART file packer by Daniel Marschall, ViaThinkSoft (C) 2014-2018
  3.  * Supports:
  4.  * - Blown Away - The Interactive Game by Imagination Pilots
  5.  * Revision: 2018-02-15
  6.  **/
  7.  
  8. #ifndef __inc__ipe_artfile_packer_ipe16_ba
  9. #define __inc__ipe_artfile_packer_ipe16_ba
  10.  
  11. #include <stdio.h>
  12. #include <stdbool.h>
  13.  
  14. bool ba_pack_art(const char* szSrcFolder, FILE* fobArt, const int verbosity);
  15.  
  16. #endif // #ifndef __inc__ipe_artfile_packer_ipe16_ba
  17.