diff options
Diffstat (limited to 'src/units.cpp')
-rw-r--r-- | src/units.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/units.cpp b/src/units.cpp index ec2a356a9..cc68c7463 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -33,6 +33,8 @@ struct UnitLevel final { + A_DEFAULT_COPY(UnitLevel) + std::string symbol; int count; int round; @@ -41,6 +43,8 @@ struct UnitLevel final struct UnitDescription final { + A_DEFAULT_COPY(UnitDescription) + std::vector<struct UnitLevel> levels; double conversion; bool mix; |