aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/map/Province.hpp
diff options
context:
space:
mode:
author wvpm <24685035+wvpm@users.noreply.github.com>2023-12-11 16:50:29 +0100
committer GitHub <noreply@github.com>2023-12-11 16:50:29 +0100
commitce45aaae79199e07f9249799884cbba1b3d581eb (patch)
treea56fd1472edefb5c2599a7e9e6fb633a30991a87 /src/openvic-simulation/map/Province.hpp
parent6b9cf7f9dff1570b10a0a0f988e1b1ef418d0243 (diff)
parentdd0a5f17ff07d8adc0a1fc43da3910da1bb3394f (diff)
Merge pull request #95 from OpenVicProject/calculate_province_center
Calculate province center
Diffstat (limited to 'src/openvic-simulation/map/Province.hpp')
-rw-r--r--src/openvic-simulation/map/Province.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvic-simulation/map/Province.hpp b/src/openvic-simulation/map/Province.hpp
index 0b98588..e73dec3 100644
--- a/src/openvic-simulation/map/Province.hpp
+++ b/src/openvic-simulation/map/Province.hpp
@@ -43,6 +43,7 @@ namespace OpenVic {
};
struct province_positions_t {
+ fvec2_t center;
fvec2_t text;
fixed_point_t text_rotation;
fixed_point_t text_scale;