mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Move libcockatrice_server to libcockatrice_network/server/remote
Took 1 hour 41 minutes Took 39 seconds Took 4 minutes
This commit is contained in:
parent
eb7c4cae6c
commit
133c02f973
118 changed files with 218 additions and 338 deletions
|
|
@ -3,6 +3,10 @@
|
|||
#include "main.h"
|
||||
#include "server_logger.h"
|
||||
|
||||
#include <../../libcockatrice_network/libcockatrice/server/remote/server_protocolhandler.h>
|
||||
#include <../../libcockatrice_network/libcockatrice/server/remote/server_room.h>
|
||||
#include <../../libcockatrice_protocol/libcockatrice/protocol/debug_pb_message.h>
|
||||
#include <../../libcockatrice_protocol/libcockatrice/protocol/get_pb_extension.h>
|
||||
#include <QSslSocket>
|
||||
#include <google/protobuf/descriptor.h>
|
||||
#include <libcockatrice/protocol/pb/event_game_joined.pb.h>
|
||||
|
|
@ -16,10 +20,6 @@
|
|||
#include <libcockatrice/protocol/pb/event_user_left.pb.h>
|
||||
#include <libcockatrice/protocol/pb/event_user_message.pb.h>
|
||||
#include <libcockatrice/protocol/pb/isl_message.pb.h>
|
||||
#include <libcockatrice/server/debug_pb_message.h>
|
||||
#include <libcockatrice/server/get_pb_extension.h>
|
||||
#include <libcockatrice/server/server_protocolhandler.h>
|
||||
#include <libcockatrice/server/server_room.h>
|
||||
|
||||
void IslInterface::sharedCtor(const QSslCertificate &cert, const QSslKey &privateKey)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue