mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 01:53:54 -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,7 +1,7 @@
|
|||
#ifndef DECKVIEW_H
|
||||
#define DECKVIEW_H
|
||||
|
||||
#include "../../game/cards/abstract_card_drag_item.h"
|
||||
#include "../board/abstract_card_drag_item.h"
|
||||
#include "pb/move_card_to_zone.pb.h"
|
||||
|
||||
#include <QGraphicsScene>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue