From bd603e58152d0b84f72c5461012fab9046411fc8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 23 Feb 2019 17:52:58 -0500 Subject: active_ | entityView() -> entityRange() --- src/simulation.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/simulation.h') diff --git a/src/simulation.h b/src/simulation.h index 096377c..abff3da 100644 --- a/src/simulation.h +++ b/src/simulation.h @@ -59,6 +59,16 @@ public: }); } + auto entityRange() + { + return active_ | entityView(); + } + + auto entityRange() const + { + return active_ | entityView(); + } + private: -- cgit 1.4.1