mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Forward playerActions signals to playerEventHandler (#6126)
Took 54 minutes Took 7 seconds Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
9ca5ee52e7
commit
eecfe9d387
3 changed files with 15 additions and 10 deletions
|
|
@ -75,6 +75,7 @@ public slots:
|
|||
|
||||
public:
|
||||
Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, AbstractGame *_parent);
|
||||
void forwardActionSignalsToEventHandler();
|
||||
~Player() override;
|
||||
|
||||
void initializeZones();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue