aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics/Rebel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvic-simulation/politics/Rebel.hpp')
-rw-r--r--src/openvic-simulation/politics/Rebel.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/openvic-simulation/politics/Rebel.hpp b/src/openvic-simulation/politics/Rebel.hpp
index ba7b33f..c0fc9ff 100644
--- a/src/openvic-simulation/politics/Rebel.hpp
+++ b/src/openvic-simulation/politics/Rebel.hpp
@@ -65,12 +65,9 @@ namespace OpenVic {
struct RebelManager {
private:
- IdentifierRegistry<RebelType> rebel_types;
+ IdentifierRegistry<RebelType> IDENTIFIER_REGISTRY(rebel_type);
public:
- RebelManager();
-
- IDENTIFIER_REGISTRY_ACCESSORS(rebel_type)
bool add_rebel_type(
std::string_view new_identifier, RebelType::icon_t icon, RebelType::area_t area, bool break_alliance_on_win,
RebelType::government_map_t&& desired_governments, RebelType::defection_t defection,