Refactor: use ExactCard to represent specific printings (#6049)

* Create new class

* Update CardInfo and CardDatabase

* Use new class instead of CardInfoPtr

* fix cmake
This commit is contained in:
RickyRister
2025-07-28 18:04:45 -07:00
committed by GitHub
parent 4a2a646943
commit ae2c55c33b
79 changed files with 715 additions and 642 deletions

View File

@@ -10,6 +10,7 @@ set(dbconverter_SOURCES
../cockatrice/src/game/cards/card_database_parser/cockatrice_xml_3.cpp
../cockatrice/src/game/cards/card_database_parser/cockatrice_xml_4.cpp
../cockatrice/src/game/cards/card_info.cpp
../cockatrice/src/game/cards/exact_card.cpp
../cockatrice/src/settings/settings_manager.cpp
${VERSION_STRING_CPP}
)