mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
[Player] Rename player to player logic
Took 13 minutes Took 6 seconds Took 2 minutes
This commit is contained in:
parent
9f1c225b7a
commit
f36f81c799
79 changed files with 397 additions and 386 deletions
|
|
@ -4,8 +4,8 @@
|
|||
#include "../../filters/syntax_help.h"
|
||||
#include "../../game/board/card_item.h"
|
||||
#include "../../game/game_scene.h"
|
||||
#include "../../game/player/player.h"
|
||||
#include "../../game/player/player_actions.h"
|
||||
#include "../../game/player/player_logic.h"
|
||||
#include "../../game/z_values.h"
|
||||
#include "../../interface/pixel_map_generator.h"
|
||||
#include "view_zone.h"
|
||||
|
|
@ -37,7 +37,7 @@ constexpr qreal kMinVisibleWidth = 100.0;
|
|||
* @param _revealZone if false, the cards will be face down.
|
||||
* @param _writeableRevealZone whether the player can interact with the revealed cards.
|
||||
*/
|
||||
ZoneViewWidget::ZoneViewWidget(Player *_player,
|
||||
ZoneViewWidget::ZoneViewWidget(PlayerLogic *_player,
|
||||
CardZoneLogic *_origZone,
|
||||
int numberCards,
|
||||
bool _revealZone,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue