diff options
author | Hop311 <Hop3114@gmail.com> | 2024-04-21 08:58:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 08:58:44 +0200 |
commit | 00c03db2b10588081548b713a4272854a9051c1c (patch) | |
tree | 7f74c87115f5f066b81d47f060c75ce6ee6a76dc /extension/src/openvic-extension/singletons/GameSingleton.hpp | |
parent | 21334b0040d3c2c1456e0c18e5c2a1605f22f934 (diff) | |
parent | 2d5454c668fc866023c41f07ceed263b2c1ff237 (diff) |
Merge pull request #217 from OpenVicProject/update-sim
Update SIM submodule
Diffstat (limited to 'extension/src/openvic-extension/singletons/GameSingleton.hpp')
-rw-r--r-- | extension/src/openvic-extension/singletons/GameSingleton.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/src/openvic-extension/singletons/GameSingleton.hpp b/extension/src/openvic-extension/singletons/GameSingleton.hpp index e84e366..a741331 100644 --- a/extension/src/openvic-extension/singletons/GameSingleton.hpp +++ b/extension/src/openvic-extension/singletons/GameSingleton.hpp @@ -61,6 +61,7 @@ namespace OpenVic { int32_t get_map_width() const; int32_t get_map_height() const; + godot::Vector2i get_map_dims() const; float get_map_aspect_ratio() const; /* The cosmetic terrain textures stored in a Texture2DArray. */ |