add option to copy mon info from another tab [closes #469]

This commit is contained in:
garak
2023-01-16 23:23:41 -05:00
committed by t
parent 06948a97b0
commit 9cc55ef2f7
6 changed files with 62 additions and 18 deletions

View File

@@ -30,5 +30,6 @@ struct EncounterField {
typedef QVector<EncounterField> EncounterFields;
WildMonInfo getDefaultMonInfo(EncounterField field);
void combineEncounters(WildMonInfo &to, WildMonInfo from);
#endif // GUARD_WILDMONINFO_H