refactored menu classes
fixed some layout issues with detailed info popup changed requirements for detailed info popup button to be determined by the number of wins aginst AI deck instead of just the number of games.
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
int percentVictories();
|
||||
DeckStat * getDeckStat(string opponentsFile);
|
||||
int nbGames();
|
||||
int nbVictories();
|
||||
};
|
||||
|
||||
class StatsWrapper
|
||||
|
||||
Reference in New Issue
Block a user