Turn things in common into separate libs.

Took 2 hours 27 minutes
This commit is contained in:
Lukas Brübach 2025-10-04 15:10:20 +02:00
parent 53d80efab8
commit 01378b8314
389 changed files with 336 additions and 233 deletions

View file

@ -7,9 +7,9 @@
#ifndef ABSTRACTCARDITEM_H
#define ABSTRACTCARDITEM_H
#include "../../../../libs/utility/include/utility/card_ref.h"
#include "arrow_target.h"
#include "card/card_printing/exact_card.h"
#include "card_ref.h"
#include "graphics_item_type.h"
class Player;

View file

@ -1,8 +1,8 @@
#include "abstract_counter.h"
#include "../../../../libs/utility/include/utility/expression.h"
#include "../../tabs/tab_game.h"
#include "../player/player.h"
#include "expression.h"
#include "pb/command_inc_counter.pb.h"
#include "pb/command_set_counter.pb.h"
#include "settings/cache_settings.h"