Move libcockatrice_server to libcockatrice_network/server/remote

Took 1 hour 41 minutes

Took 39 seconds

Took 4 minutes
This commit is contained in:
Lukas Brübach 2025-10-08 15:29:44 +02:00
parent eb7c4cae6c
commit 133c02f973
118 changed files with 218 additions and 338 deletions

View file

@ -8,10 +8,11 @@
#ifndef TAB_DECK_STORAGE_H
#define TAB_DECK_STORAGE_H
#include "../../../libcockatrice_network/libcockatrice/client/abstract/abstract_client.h"
#include "../server/remote/remote_decklist_tree_widget.h"
#include "tab.h"
#include <libcockatrice/network/client/abstract/abstract_client.h>
class ServerInfo_User;
class AbstractClient;
class QTreeView;