Cockatrice/libcockatrice_deck_list
Lukas Brübach 544823a1cf [DeckList] Inline deck metadata XML serialization
Fold DeckList::Metadata::readElement and write back into deck_list.cpp
alongside isEmpty(), and drop the separate deck_list_metadata_xml
translation unit. The metadata arms are instance methods of the nested
Metadata struct, so keeping them in the same file as its other method
keeps the class from being scattered across two .cpp files; the rest of
the refactor (readElement as a thin dispatcher, element-wise reads,
clamped playmat params) is unchanged.
2026-09-18 11:56:42 +02:00
..
libcockatrice/deck_list [DeckList] Inline deck metadata XML serialization 2026-09-18 11:56:42 +02:00
CMakeLists.txt [DeckList] Inline deck metadata XML serialization 2026-09-18 11:56:42 +02:00