mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 16:02:14 -07:00
Player refactor.
Took 1 hour 43 minutes Took 1 minute Took 23 seconds
This commit is contained in:
parent
b8e545bfa4
commit
70c3649d6a
81 changed files with 6591 additions and 5498 deletions
13
cockatrice/src/game/player/player_logger.h
Normal file
13
cockatrice/src/game/player/player_logger.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef COCKATRICE_PLAYER_LOGGER_H
|
||||
#define COCKATRICE_PLAYER_LOGGER_H
|
||||
#include <QObject>
|
||||
|
||||
class PlayerLogger : public QObject
|
||||
{
|
||||
|
||||
Q_OBJECT
|
||||
public:
|
||||
PlayerLogger(QObject *parent, Player *player);
|
||||
};
|
||||
|
||||
#endif // COCKATRICE_PLAYER_LOGGER_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue