minor: yugioh support added

This commit is contained in:
Sebastian Dine
2026-05-09 19:32:18 +02:00
committed by GitHub
parent 6f575f4cec
commit 6ff4406638
68 changed files with 4994 additions and 134 deletions
+1
View File
@@ -25,6 +25,7 @@ struct AppContext {
CardPreviewService& cardPreview;
IGameModule& magicModule;
IGameModule& pokemonModule;
IGameModule& yuGiOhModule;
// Active per-game UI bundles. The order is the order shown in the
// Game menu; the composition root constructs them and hands raw
// pointers in. `MainFrame` does not own these — `app/main.cpp` does.