1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/mapeditor/resourceExtractor/ResourceConverter.h

14 lines
422 B
C
Raw Normal View History

/*
2022-11-22 18:55:18 +02:00
* 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
*
*/
2022-11-22 18:55:18 +02:00
#pragma once
// Splits def files that are shared between factions and converts pcx to bmp
2022-11-22 18:55:18 +02:00
void convertExtractedResourceFiles(bool splitDefs, bool convertPcxToPng, bool deleteOriginals);