Subversion Repositories ipe_artfile_utils

Compare Revisions

No changes between revisions

Regard whitespace Rev 1 → Rev 2

/trunk/ipe_artfile_packer_ipe16_ba.h
0,0 → 1,16
/**
* ART file packer by Daniel Marschall, ViaThinkSoft (C) 2014-2018
* Supports:
* - Blown Away - The Interactive Game by Imagination Pilots
* Revision: 2018-02-15
**/
 
#ifndef __inc__ipe_artfile_packer_ipe16_ba
#define __inc__ipe_artfile_packer_ipe16_ba
 
#include <stdio.h>
#include <stdbool.h>
 
bool ba_pack_art(const char* szSrcFolder, FILE* fobArt, const int verbosity);
 
#endif // #ifndef __inc__ipe_artfile_packer_ipe16_ba
Property changes:
Added: svn:mime-type
+text/x-chdr
\ No newline at end of property