summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/geoData.h b/game/geoData.h
index 01582a6..8eda99a 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -84,6 +84,7 @@ public:
};
void setHeights(std::span<const GlobalPosition3D> triangleStrip, const SetHeightsOpts &);
+ [[nodiscard]] size_t getGeneration() const;
[[nodiscard]] auto
getExtents() const
@@ -128,4 +129,5 @@ protected:
private:
GlobalPosition3D lowerExtent {}, upperExtent {};
+ size_t generation {};
};