mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Move card_item and related to src/game/board (#5867)
* move files * update includes * update cmake
This commit is contained in:
parent
6b39f6f6fa
commit
44ac782978
31 changed files with 38 additions and 38 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#include "view_zone.h"
|
||||
|
||||
#include "../../server/pending_command.h"
|
||||
#include "../cards/card_drag_item.h"
|
||||
#include "../board/card_drag_item.h"
|
||||
#include "../board/card_item.h"
|
||||
#include "../cards/card_info.h"
|
||||
#include "../cards/card_item.h"
|
||||
#include "../player/player.h"
|
||||
#include "pb/command_dump_zone.pb.h"
|
||||
#include "pb/command_move_card.pb.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue