mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 07:52:16 -07:00
Turn Card, Settings and Utility into libraries.
Took 4 hours 3 minutes Took 2 minutes Took 38 seconds Took 5 minutes Took 5 minutes Took 9 minutes Took 15 minutes
This commit is contained in:
parent
30e6b52783
commit
53d80efab8
262 changed files with 1025 additions and 918 deletions
|
|
@ -1,14 +1,14 @@
|
|||
#include "tab_edhrec_main.h"
|
||||
|
||||
#include "../../../database/card_database_manager.h"
|
||||
#include "../../../database/model/card/card_completer_proxy_model.h"
|
||||
#include "../../../database/model/card/card_search_model.h"
|
||||
#include "../../tab_supervisor.h"
|
||||
#include "api_response/average_deck/edhrec_average_deck_api_response.h"
|
||||
#include "api_response/commander/edhrec_commander_api_response.h"
|
||||
#include "api_response/top_cards/edhrec_top_cards_api_response.h"
|
||||
#include "api_response/top_commanders/edhrec_top_commanders_api_response.h"
|
||||
#include "api_response/top_tags/edhrec_top_tags_api_response.h"
|
||||
#include "card/card_database/card_database_manager.h"
|
||||
#include "card/card_database/model/card/card_completer_proxy_model.h"
|
||||
#include "card/card_database/model/card/card_search_model.h"
|
||||
#include "display/commander/edhrec_commander_api_response_display_widget.h"
|
||||
#include "display/top_cards/edhrec_top_cards_api_response_display_widget.h"
|
||||
#include "display/top_commander/edhrec_top_commanders_api_response_display_widget.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue