mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
Include card_info.h over card_database.h if able (#5841)
* Move a typedef to card_info.h * Include card_info.h over card_database.h if able
This commit is contained in:
parent
854208ea0a
commit
2189fc0a96
37 changed files with 37 additions and 38 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CARD_INFO_COMPARATOR_H
|
||||
#define CARD_INFO_COMPARATOR_H
|
||||
|
||||
#include "../game/cards/card_database.h"
|
||||
#include "../game/cards/card_info.h"
|
||||
|
||||
#include <QStringList>
|
||||
#include <QVariant>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SET_PRIORITY_COMPARATOR_H
|
||||
#define SET_PRIORITY_COMPARATOR_H
|
||||
|
||||
#include "../game/cards/card_database.h"
|
||||
#include "../game/cards/card_info.h"
|
||||
|
||||
class SetPriorityComparator
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue