mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Modularize and Doxygen decklist.cpp (#6099)
This commit is contained in:
parent
da52d677c7
commit
2eba126ed7
36 changed files with 1494 additions and 698 deletions
|
|
@ -19,7 +19,7 @@
|
|||
***************************************************************************/
|
||||
#include "servatrice.h"
|
||||
|
||||
#include "decklist.h"
|
||||
#include "deck_list.h"
|
||||
#include "email_parser.h"
|
||||
#include "featureset.h"
|
||||
#include "isl_interface.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "servatrice_database_interface.h"
|
||||
|
||||
#include "decklist.h"
|
||||
#include "deck_list.h"
|
||||
#include "passwordhasher.h"
|
||||
#include "pb/game_replay.pb.h"
|
||||
#include "servatrice.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "serversocketinterface.h"
|
||||
|
||||
#include "decklist.h"
|
||||
#include "deck_list.h"
|
||||
#include "email_parser.h"
|
||||
#include "main.h"
|
||||
#include "pb/command_deck_del.pb.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue