1#ifndef COMMON_METRICS_H
2#define COMMON_METRICS_H
5#include "GameConstantsAndTypes.h"
6#include "LocalizedString.h"
7#include "ThemeMetric.h"
18 const std::string& sName);
20 auto GetValue()
const ->
const std::vector<Difficulty>&;
23 std::vector<Difficulty> m_v;
33 const std::string& sName);
35 auto GetValue()
const ->
const std::vector<StepsType>&;
38 std::vector<StepsType> m_v;
72LocalizeOptionItem(
const std::string& s,
bool bOptional) -> std::string;
Get a String based on the user's natural language.
Definition LocalizedString.h:13
Definition CommonMetrics.h:11
void Read() override
Actually read the metric and get its data.
Definition CommonMetrics.cpp:44
Definition CommonMetrics.h:26
void Read() override
Actually read the metric and get its data.
Definition CommonMetrics.cpp:113
The theme specific data.
Definition ThemeMetric.h:52
Definitions of metrics that are in the "Common" group.
Definition CommonMetrics.h:45