mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -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,9 +1,9 @@
|
|||
#include "tab_room.h"
|
||||
|
||||
#include "../../client/game_logic/abstract_client.h"
|
||||
#include "../../dialogs/dlg_settings.h"
|
||||
#include "../../game/game_selector.h"
|
||||
#include "../../main.h"
|
||||
#include "../../server/abstract_client.h"
|
||||
#include "../../server/chat_view/chat_view.h"
|
||||
#include "../../server/pending_command.h"
|
||||
#include "../../server/user/user_list_manager.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue