aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/singletons/GameSingleton.hpp
diff options
context:
space:
mode:
author Hop311 <Hop3114@gmail.com>2024-04-21 08:58:44 +0200
committer GitHub <noreply@github.com>2024-04-21 08:58:44 +0200
commit00c03db2b10588081548b713a4272854a9051c1c (patch)
tree7f74c87115f5f066b81d47f060c75ce6ee6a76dc /extension/src/openvic-extension/singletons/GameSingleton.hpp
parent21334b0040d3c2c1456e0c18e5c2a1605f22f934 (diff)
parent2d5454c668fc866023c41f07ceed263b2c1ff237 (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.hpp1
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. */