Minor: Additional functions (#25)

* several functions. fixes #1 and #2

* multi selection functionality
This commit is contained in:
Sebastian Dine
2026-08-03 08:35:38 +02:00
committed by GitHub
parent 2eb7c59f78
commit d3b4762b76
60 changed files with 1859 additions and 172 deletions
@@ -16,6 +16,9 @@ namespace ccm {
struct YuGiOhCatalogCard {
std::string setNo;
std::string name;
/// YGOPRODeck `set_rarity` for this printing when known (optional;
/// older `set-catalog.json` files omit it).
std::string rarity{};
friend bool operator==(const YuGiOhCatalogCard&,
const YuGiOhCatalogCard&) = default;