1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
vcmi/mapeditor/resourceExtractor/ResourceConverter.h
2022-11-27 19:35:10 +02:00

14 lines
422 B
C

/*
* ResourceConverter.h, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
// Splits def files that are shared between factions and converts pcx to bmp
void convertExtractedResourceFiles(bool splitDefs, bool convertPcxToPng, bool deleteOriginals);