mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Refactor: Move files in src/client/game_logic (#6070)
* move abstract_client to src/server * move key_signals to src/utility
This commit is contained in:
parent
fe7853a389
commit
3a42354efd
34 changed files with 32 additions and 32 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include "game_selector.h"
|
||||
|
||||
#include "../client/game_logic/abstract_client.h"
|
||||
#include "../client/get_text_with_max.h"
|
||||
#include "../client/tabs/tab_account.h"
|
||||
#include "../client/tabs/tab_game.h"
|
||||
|
|
@ -8,6 +7,7 @@
|
|||
#include "../client/tabs/tab_supervisor.h"
|
||||
#include "../dialogs/dlg_create_game.h"
|
||||
#include "../dialogs/dlg_filter_games.h"
|
||||
#include "../server/abstract_client.h"
|
||||
#include "../server/pending_command.h"
|
||||
#include "../server/user/user_list_manager.h"
|
||||
#include "games_model.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue