Refactor CardInfo Widgets to reside in their appropriate folder and to have a clearer naming structure.

This commit is contained in:
Lukas Brübach 2024-11-03 00:52:57 +01:00
parent 86a4b130ff
commit c2ae31b3b8

View file

@ -8,6 +8,7 @@
#include "../../dialogs/dlg_manage_sets.h"
#include "../../game/board/arrow_item.h"
#include "../../game/cards/card_database.h"
#include "../../client/ui/widgets/cards/card_info_frame_widget.h"
#include "../../game/cards/card_database_manager.h"
#include "../../game/cards/card_item.h"
#include "../../game/game_scene.h"