Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarNetElementGroup.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarNetElementGroup.hpp')
-rw-r--r--source/core/StarNetElementGroup.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core/StarNetElementGroup.hpp b/source/core/StarNetElementGroup.hpp
index 1904a33..6f009d8 100644
--- a/source/core/StarNetElementGroup.hpp
+++ b/source/core/StarNetElementGroup.hpp
@@ -40,7 +40,11 @@ public:
float netExtrapolationHint() const;
private:
+ List<NetElement*>& filterElementsForRules(NetCompatibilityRules rules);
+
List<pair<NetElement*, bool>> m_elements;
+ Maybe<NetCompatibilityRules> m_filteredForRules;
+ List<NetElement*> m_filteredElementsCache;
NetElementVersion const* m_version = nullptr;
bool m_interpolationEnabled = false;
float m_extrapolationHint = 0.0f;