diff options
author | Hop311 <hop3114@gmail.com> | 2023-04-07 01:42:53 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-04-07 01:42:53 +0200 |
commit | 513a1328edb89ac695c70164158933aee4546cd7 (patch) | |
tree | 8d979d4e8c728bb80543aa13e037a328829122fd /extension/src/MapMesh.hpp | |
parent | 14c2358c7837e644349ea37866607fcd1459d2bc (diff) |
Province index and colour lookup texture
Diffstat (limited to 'extension/src/MapMesh.hpp')
-rw-r--r-- | extension/src/MapMesh.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/src/MapMesh.hpp b/extension/src/MapMesh.hpp index 5427894..d8727cf 100644 --- a/extension/src/MapMesh.hpp +++ b/extension/src/MapMesh.hpp @@ -27,6 +27,7 @@ namespace OpenVic2 { int get_subdivide_depth() const; godot::AABB get_core_aabb() const; + bool is_valid_uv_coord(godot::Vector2 const& uv) const; godot::Array _create_mesh_array() const override; }; |