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.  * - Panic in the Park - The Interactive Game by Imagination Pilots
  5.  * - Where's Waldo? At the Circus (Waldo1)
  6.  * Revision: 2018-02-15
  7.  **/
  8.  
  9. #ifndef __inc__ipe_artfile_packer_ipe16_pip
  10. #define __inc__ipe_artfile_packer_ipe16_pip
  11.  
  12. #include <stdio.h>
  13. #include <stdbool.h>
  14.  
  15. bool pip_pack_art(const char* szSrcFolder, FILE* fobArt, const int verbosity);
  16.  
  17. #endif // #ifndef __inc__ipe_artfile_packer_ipe16_pip
  18.