Implements Archetypes functions.

Adds tests for them.
This commit is contained in:
2023-04-15 18:46:14 -07:00
parent 3c30150a70
commit ffbcce2d35
3 changed files with 197 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ namespace SBF {
kArchetypeVisionaryLabel,
};
const std::string& GetArchetypeLabel(int archetypeId);
void FillArchetypeLabels(std::vector<std::string> archetypeLabels);
std::string GetArchetypeLabel(int archetypeId);
void FillArchetypeLabels(std::vector<std::string>& archetypeLabels);
} // End namespace SBF
#endif // End !defined ARCHETYPES_H__