diff options
author | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-04-05 01:04:40 +0200 |
---|---|---|
committer | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-04-05 01:04:40 +0200 |
commit | d3c7e9b27ba60550b23efb9e37cc66b91de0c795 (patch) | |
tree | 0f753afd37019984e18ca3cac74a650c7d3c040f /extension/src/MapSingleton.hpp | |
parent | c7def7396da00b39eced666ad360397733712bfd (diff) |
Adding province overview panel and selection of province.
Diffstat (limited to 'extension/src/MapSingleton.hpp')
-rw-r--r-- | extension/src/MapSingleton.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/src/MapSingleton.hpp b/extension/src/MapSingleton.hpp index 767ae88..fd549eb 100644 --- a/extension/src/MapSingleton.hpp +++ b/extension/src/MapSingleton.hpp @@ -25,6 +25,7 @@ namespace OpenVic2 { godot::Error load_province_identifier_file(godot::String const& file_path); godot::Error load_province_shape_file(godot::String const& file_path); + godot::String get_province_id(godot::String const& hex_str); godot::Ref<godot::Image> get_province_shape_image() const; }; } |