mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
fix includes in game
This commit is contained in:
parent
327cec4418
commit
ba8b03712f
2 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include "server_card.h"
|
||||
#include "server_cardzone.h"
|
||||
#include "server_player.h"
|
||||
#include "server_spectator.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QTimer>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ class Server_Room;
|
|||
class Server_Player;
|
||||
class Server_AbstractParticipant;
|
||||
class ServerInfo_User;
|
||||
class ServerInfo_Player;
|
||||
class ServerInfo_Game;
|
||||
class Server_AbstractUserInterface;
|
||||
class Event_GameStateChanged;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue