support decompressed card text archives
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user