mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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 "tab_deck_editor.h"
|
||||
|
||||
#include "../../client/game_logic/abstract_client.h"
|
||||
#include "../../client/tapped_out_interface.h"
|
||||
#include "../../client/ui/widgets/cards/card_info_frame_widget.h"
|
||||
#include "../../dialogs/dlg_load_deck.h"
|
||||
|
|
@ -9,6 +8,7 @@
|
|||
#include "../../game/cards/card_database_model.h"
|
||||
#include "../../game/filters/filter_builder.h"
|
||||
#include "../../game/filters/filter_tree_model.h"
|
||||
#include "../../server/abstract_client.h"
|
||||
#include "../../server/pending_command.h"
|
||||
#include "../../settings/cache_settings.h"
|
||||
#include "../menus/deck_editor/deck_editor_menu.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue