CardGame
Rogue-like card videogame
Loading...
Searching...
No Matches
deckEntry.h
Go to the documentation of this file.
1
#ifndef DECKENTRY_H
2
#define DECKENTRY_H
3
4
#include <string>
5
15
struct
DeckEntry
16
{
17
std::string
cardId
;
18
int
cardCount
;
19
};
20
21
#endif
// DECKENTRY_H
DeckEntry
Represents a single card entry in the player's persistent deck.
Definition:
deckEntry.h:16
DeckEntry::cardCount
int cardCount
Number of copies owned.
Definition:
deckEntry.h:18
DeckEntry::cardId
std::string cardId
Identifier matching a CardDefinition.
Definition:
deckEntry.h:17
deck
deckEntry.h
Generated by
1.9.6