mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor cleanups, server-side deck storage code is working again
This commit is contained in:
parent
eabe3511cb
commit
d4aaf9fff5
19 changed files with 85 additions and 70 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#include <QObject>
|
||||
#include <QPair>
|
||||
#include "server.h"
|
||||
#include "protocol.h"
|
||||
#include "pb/response.pb.h"
|
||||
#include "pb/server_message.pb.h"
|
||||
|
||||
|
|
@ -13,6 +12,7 @@ class Server_Card;
|
|||
class ServerInfo_User;
|
||||
class Server_Room;
|
||||
class QTimer;
|
||||
class DeckList;
|
||||
|
||||
class Message;
|
||||
class ServerMessage;
|
||||
|
|
@ -21,6 +21,8 @@ class Response;
|
|||
class SessionEvent;
|
||||
class GameEventContainer;
|
||||
class RoomEvent;
|
||||
class GameEventStorage;
|
||||
class ResponseContainer;
|
||||
|
||||
class CommandContainer;
|
||||
class Command_Ping;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue