Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
stats_tally.h
Go to the documentation of this file.
1#ifndef COCKATRICE_STATS_TALLY_H
2#define COCKATRICE_STATS_TALLY_H
3#include "tally.h"
4
8namespace StatsTally
9{
10
17QList<TallyRow> computeTotalPower(const QList<CardItem *> &cards);
18
19} // namespace StatsTally
20
21#endif // COCKATRICE_STATS_TALLY_H
Extracts and tallies stats from selected cards.
Definition stats_tally.h:9
QList< TallyRow > computeTotalPower(const QList< CardItem * > &cards)
Sums the power of all selected cards.
Definition stats_tally.cpp:23