diff options
author | Hop311 <hop3114@gmail.com> | 2023-07-23 01:29:13 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-07-23 01:29:13 +0200 |
commit | 0422f9fbb06e911a7cf6da11045b47cdda0d2d06 (patch) | |
tree | c3aa6375f636ba2ffb3f35885b19ae3db51bf12d /src/openvic/pop/Religion.hpp | |
parent | 83e61b518788d21283cda481decafee4ee2e252c (diff) |
Culture data structs
Diffstat (limited to 'src/openvic/pop/Religion.hpp')
-rw-r--r-- | src/openvic/pop/Religion.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/pop/Religion.hpp b/src/openvic/pop/Religion.hpp index 043bb59..f141f45 100644 --- a/src/openvic/pop/Religion.hpp +++ b/src/openvic/pop/Religion.hpp @@ -48,7 +48,7 @@ namespace OpenVic { void lock_religion_groups(); ReligionGroup const* get_religion_group_by_identifier(std::string const& identifier) const; return_t add_religion(ReligionGroup const* group, std::string const& identifier, colour_t colour, Religion::icon_t icon, bool pagan); - void lock_religion(); + void lock_religions(); Religion const* get_religion_by_identifier(std::string const& identifier) const; }; } |