mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Turn things in common into separate libs.
Took 2 hours 27 minutes
This commit is contained in:
parent
53d80efab8
commit
01378b8314
389 changed files with 336 additions and 233 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "player_actions.h"
|
||||
|
||||
#include "../../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../../../common/pb/context_move_card.pb.h"
|
||||
#include "../../client/get_text_with_max.h"
|
||||
#include "../../tabs/tab_game.h"
|
||||
|
|
@ -25,7 +26,6 @@
|
|||
#include "pb/command_set_card_counter.pb.h"
|
||||
#include "pb/command_shuffle.pb.h"
|
||||
#include "pb/command_undo_draw.pb.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
// milliseconds in between triggers of the move top cards until action
|
||||
static constexpr int MOVE_TOP_CARD_UNTIL_INTERVAL = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue