mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22: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
|
|
@ -28,6 +28,8 @@
|
|||
#include "settingscache.h"
|
||||
#include "version_string.h"
|
||||
|
||||
#include <../../libcockatrice_network/libcockatrice/server/remote/server_response_containers.h>
|
||||
#include <../../libcockatrice_network/libcockatrice/server/remote/server_room.h>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
#include <QHostAddress>
|
||||
|
|
@ -78,8 +80,6 @@
|
|||
#include <libcockatrice/protocol/pb/serverinfo_replay.pb.h>
|
||||
#include <libcockatrice/protocol/pb/serverinfo_user.pb.h>
|
||||
#include <libcockatrice/server/game/server_player.h>
|
||||
#include <libcockatrice/server/server_response_containers.h>
|
||||
#include <libcockatrice/server/server_room.h>
|
||||
#include <libcockatrice/utility/trice_limits.h>
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue