mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
Move deck list to its own folder ahead of refactor.
Took 39 minutes
This commit is contained in:
parent
da52d677c7
commit
7f157496d3
26 changed files with 26 additions and 26 deletions
|
|
@ -6,7 +6,7 @@ add_subdirectory(pb)
|
|||
|
||||
set(common_SOURCES
|
||||
debug_pb_message.cpp
|
||||
decklist.cpp
|
||||
deck_list/deck_list.cpp
|
||||
expression.cpp
|
||||
featureset.cpp
|
||||
get_pb_extension.cpp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "decklist.h"
|
||||
#include "deck_list.h"
|
||||
|
||||
#include <QCryptographicHash>
|
||||
#include <QDebug>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef DECKLIST_H
|
||||
#define DECKLIST_H
|
||||
|
||||
#include "card_ref.h"
|
||||
#include "../card_ref.h"
|
||||
|
||||
#include <QMap>
|
||||
#include <QVector>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
***************************************************************************/
|
||||
#include "server_game.h"
|
||||
|
||||
#include "decklist.h"
|
||||
#include "deck_list/deck_list.h"
|
||||
#include "pb/context_connection_state_changed.pb.h"
|
||||
#include "pb/context_deck_select.pb.h"
|
||||
#include "pb/context_ping_changed.pb.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "server_player.h"
|
||||
|
||||
#include "color.h"
|
||||
#include "decklist.h"
|
||||
#include "deck_list/deck_list.h"
|
||||
#include "get_pb_extension.h"
|
||||
#include "pb/command_attach_card.pb.h"
|
||||
#include "pb/command_change_zone_properties.pb.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue