Move local/remote client and local server files.

Took 32 minutes


Took 8 seconds
This commit is contained in:
Lukas Brübach 2025-10-08 13:15:50 +02:00
parent 484e177589
commit 4e7c98829a
47 changed files with 291 additions and 43 deletions

View file

@ -19,6 +19,9 @@
***************************************************************************/
#include "window_main.h"
#include "../../../libcockatrice_network/libcockatrice/client/local/local_client.h"
#include "../../../libcockatrice_network/libcockatrice/client/remote/remote_client.h"
#include "../../../libcockatrice_network/libcockatrice/server/local/local_server.h"
#include "../client/get_text_with_max.h"
#include "../client/network/client_update_checker.h"
#include "../client/network/release_channel.h"
@ -35,10 +38,7 @@
#include "../dialogs/dlg_update.h"
#include "../dialogs/dlg_view_log.h"
#include "../main.h"
#include "../server/local_client.h"
#include "../server/local_server.h"
#include "../server/local_server_interface.h"
#include "../server/remote/remote_client.h"
#include "../tabs/tab_game.h"
#include "../tabs/tab_supervisor.h"
#include "version_string.h"