Move card_item and related to src/game/board (#5867)

* move files

* update includes

* update cmake
This commit is contained in:
RickyRister 2025-04-20 07:37:52 -07:00 committed by GitHub
parent 6b39f6f6fa
commit 44ac782978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 38 additions and 38 deletions

View file

@ -3,10 +3,10 @@
#include "../../settings/cache_settings.h"
#include "../cards/card_info.h"
#include "../cards/card_item.h"
#include "../player/player.h"
#include "../player/player_target.h"
#include "../zones/card_zone.h"
#include "card_item.h"
#include "color.h"
#include "pb/command_attach_card.pb.h"
#include "pb/command_create_arrow.pb.h"