diff options
author | Hop311 <Hop3114@gmail.com> | 2024-04-15 20:59:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 20:59:47 +0200 |
commit | a57e81703102bc52297fbdc074da755fa8edbedd (patch) | |
tree | 54a0ad26ef3cec9a56644479611e8abaad62b1f7 /src/openvic-simulation/military/Leader.hpp | |
parent | 109d31f147512c8d51f35f9773cd3c6bb1b8b994 (diff) | |
parent | 5799836bee29024ce8a2d0fc45e06664c0110751 (diff) |
Merge pull request #154 from OpenVicProject/units
Generate starting unit instances
Diffstat (limited to 'src/openvic-simulation/military/Leader.hpp')
-rw-r--r-- | src/openvic-simulation/military/Leader.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openvic-simulation/military/Leader.hpp b/src/openvic-simulation/military/Leader.hpp index 180fd39..5995164 100644 --- a/src/openvic-simulation/military/Leader.hpp +++ b/src/openvic-simulation/military/Leader.hpp @@ -19,5 +19,7 @@ namespace OpenVic { std::string_view new_name, UnitType::branch_t new_branch, Date new_date, LeaderTrait const* new_personality, LeaderTrait const* new_background, fixed_point_t new_prestige, std::string_view new_picture ); + + Leader(Leader&&) = default; }; }
\ No newline at end of file |