mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
clean up forwards declarations in player
This commit is contained in:
parent
6ae9f5b881
commit
327cec4418
1 changed files with 0 additions and 10 deletions
|
|
@ -9,21 +9,11 @@
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
class DeckList;
|
class DeckList;
|
||||||
class Server_Game;
|
|
||||||
class Server_CardZone;
|
class Server_CardZone;
|
||||||
class Server_Counter;
|
class Server_Counter;
|
||||||
class Server_Arrow;
|
class Server_Arrow;
|
||||||
class Server_Card;
|
class Server_Card;
|
||||||
class Server_AbstractUserInterface;
|
|
||||||
class ServerInfo_User;
|
|
||||||
class ServerInfo_Player;
|
|
||||||
class ServerInfo_PlayerProperties;
|
|
||||||
class CommandContainer;
|
|
||||||
class CardToMove;
|
class CardToMove;
|
||||||
class GameEventContainer;
|
|
||||||
class GameEventStorage;
|
|
||||||
class ResponseContainer;
|
|
||||||
class GameCommand;
|
|
||||||
|
|
||||||
class Server_Player : public Server_AbstractParticipant
|
class Server_Player : public Server_AbstractParticipant
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue