mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -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
|
|
@ -29,6 +29,8 @@
|
|||
#include "settingscache.h"
|
||||
#include "smtpclient.h"
|
||||
|
||||
#include <../../libcockatrice_network/libcockatrice/server/remote/server_room.h>
|
||||
#include <../../libcockatrice_protocol/libcockatrice/protocol/featureset.h>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
|
|
@ -43,8 +45,6 @@
|
|||
#include <libcockatrice/protocol/pb/event_connection_closed.pb.h>
|
||||
#include <libcockatrice/protocol/pb/event_server_message.pb.h>
|
||||
#include <libcockatrice/protocol/pb/event_server_shutdown.pb.h>
|
||||
#include <libcockatrice/server/server_room.h>
|
||||
#include <libcockatrice/utility/featureset.h>
|
||||
|
||||
Servatrice_GameServer::Servatrice_GameServer(Servatrice *_server,
|
||||
int _numberPools,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue