support decompressed card text archives

This commit is contained in:
Martin Michelsen
2023-09-26 10:46:46 -07:00
parent b7ceeb029a
commit 98dc2af278
5 changed files with 26 additions and 13 deletions
+5 -1
View File
@@ -1304,7 +1304,11 @@ struct COMDeckDefinition {
class CardIndex {
public:
CardIndex(const std::string& filename, const std::string& decompressed_filename, const std::string& text_filename = "");
CardIndex(
const std::string& filename,
const std::string& decompressed_filename,
const std::string& text_filename = "",
const std::string& deecompressed_text_filename = "");
struct CardEntry {
CardDefinition def;