mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[DeckList] Move decklist node classes into new folder (#6381)
* [DeckList] Move decklist node classes into new folder * reformat * fix
This commit is contained in:
parent
2b64e65f45
commit
d57bec8ec6
19 changed files with 22 additions and 21 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#include <libcockatrice/card/database/card_database.h>
|
||||
#include <libcockatrice/card/database/card_database_manager.h>
|
||||
#include <libcockatrice/deck_list/deck_list.h>
|
||||
#include <libcockatrice/deck_list/deck_list_card_node.h>
|
||||
#include <libcockatrice/deck_list/tree/deck_list_card_node.h>
|
||||
|
||||
const QStringList DeckLoader::ACCEPTED_FILE_EXTENSIONS = {"*.cod", "*.dec", "*.dek", "*.txt", "*.mwDeck"};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue