From 0fb9d5c8fb4771ef8001efdd8de1dc2dab4bb5dc Mon Sep 17 00:00:00 2001 From: hop311 Date: Wed, 24 Apr 2024 19:24:56 +0100 Subject: Add province names and improve zooming --- extension/src/openvic-extension/singletons/GameSingleton.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/src/openvic-extension/singletons/GameSingleton.hpp') diff --git a/extension/src/openvic-extension/singletons/GameSingleton.hpp b/extension/src/openvic-extension/singletons/GameSingleton.hpp index 397b64c..f2b88ac 100644 --- a/extension/src/openvic-extension/singletons/GameSingleton.hpp +++ b/extension/src/openvic-extension/singletons/GameSingleton.hpp @@ -95,6 +95,8 @@ namespace OpenVic { /* The base and stripe colours for each province. */ godot::Ref get_province_colour_texture() const; + godot::TypedArray get_province_names() const; + int32_t get_mapmode_count() const; godot::String get_mapmode_identifier(int32_t index) const; godot::Error set_mapmode(godot::String const& identifier); -- cgit v1.2.3-56-ga3b1