Remove redundant prefix from libcockatrice_card folders (#6237)

Took 28 minutes
This commit is contained in:
RickyRister 2025-10-09 14:09:20 -07:00 committed by GitHub
parent 14e6e6eff4
commit 636aa72141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
120 changed files with 168 additions and 168 deletions

View file

@ -8,7 +8,7 @@
#include "card_menu.h"
#include "hand_menu.h"
#include <libcockatrice/card/card_database/card_database_manager.h>
#include <libcockatrice/card/database/card_database_manager.h>
#include <libcockatrice/protocol/pb/command_reveal_cards.pb.h>
PlayerMenu::PlayerMenu(Player *_player) : player(_player)