mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Move cards and filters folder out of game (#6145)
* big move * also move game_specific_terms * fix imports * alphabetize cmake * fix build failure * create database folder and move files into it * fix includes * run formatter
This commit is contained in:
parent
bed79ef89e
commit
7ac22a6ce8
149 changed files with 218 additions and 218 deletions
|
|
@ -19,6 +19,8 @@
|
|||
***************************************************************************/
|
||||
#include "window_main.h"
|
||||
|
||||
#include "../../database/card_database.h"
|
||||
#include "../../database/card_database_manager.h"
|
||||
#include "../../dialogs/dlg_connect.h"
|
||||
#include "../../dialogs/dlg_edit_tokens.h"
|
||||
#include "../../dialogs/dlg_forgot_password_challenge.h"
|
||||
|
|
@ -31,8 +33,6 @@
|
|||
#include "../../dialogs/dlg_tip_of_the_day.h"
|
||||
#include "../../dialogs/dlg_update.h"
|
||||
#include "../../dialogs/dlg_view_log.h"
|
||||
#include "../../game/cards/card_database.h"
|
||||
#include "../../game/cards/card_database_manager.h"
|
||||
#include "../../main.h"
|
||||
#include "../../server/local_client.h"
|
||||
#include "../../server/local_server.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue