summary refs log tree commit diff stats
path: root/src/simulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation.h')
-rw-r--r--src/simulation.h10
1 files changed, 10 insertions, 0 deletions
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:
59 }); 59 });
60 } 60 }
61 61
62 auto entityRange()
63 {
64 return active_ | entityView();
65 }
66
67 auto entityRange() const
68 {
69 return active_ | entityView();
70 }
71
62private: 72private:
63 73
64 74