mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -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
|
|
@ -3,9 +3,10 @@
|
|||
#include "../../../interface/deck_loader/deck_loader.h"
|
||||
#include "../player.h"
|
||||
#include "../player_actions.h"
|
||||
#include "libcockatrice/deck_list/inner_deck_list_node.h"
|
||||
#include "player_menu.h"
|
||||
|
||||
#include <libcockatrice/deck_list/tree/inner_deck_list_node.h>
|
||||
|
||||
UtilityMenu::UtilityMenu(Player *_player, QMenu *playerMenu) : QMenu(playerMenu), player(_player)
|
||||
{
|
||||
PlayerActions *playerActions = player->getPlayerActions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue