Cockatrice
2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
card_ref.h
Go to the documentation of this file.
1
#ifndef CARD_REF_H
2
#define CARD_REF_H
3
4
#include <QString>
5
13
struct
CardRef
14
{
15
QString
name
;
16
QString
providerId
= QString();
17
18
bool
operator==
(
const
CardRef
&other)
const
19
{
20
return
name
== other.
name
&&
providerId
== other.
providerId
;
21
}
22
};
23
24
#endif
// CARD_REF_H
CardRef
Definition
card_ref.h:14
CardRef::providerId
QString providerId
Definition
card_ref.h:16
CardRef::operator==
bool operator==(const CardRef &other) const
Definition
card_ref.h:18
CardRef::name
QString name
Definition
card_ref.h:15
libcockatrice_utility
libcockatrice
utility
card_ref.h
Generated by
1.14.0