summary refs log tree commit diff stats
path: root/src/simulation.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2019-02-23 17:52:58 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2019-02-23 17:52:58 -0500
commitbd603e58152d0b84f72c5461012fab9046411fc8 (patch)
tree02de096e09e45a5267e83ccd35cbb5987837c80b /src/simulation.h
parent4c73347244a51bdd3f25e751afe641664e56ca3f (diff)
downloaddispatcher-bd603e58152d0b84f72c5461012fab9046411fc8.tar.gz
dispatcher-bd603e58152d0b84f72c5461012fab9046411fc8.tar.bz2
dispatcher-bd603e58152d0b84f72c5461012fab9046411fc8.zip
active_ | entityView() -> entityRange()
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