mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Move local/remote client and local server files.
Took 32 minutes Took 8 seconds
This commit is contained in:
parent
484e177589
commit
4e7c98829a
47 changed files with 291 additions and 43 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue