diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2019-02-23 17:52:58 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2019-02-23 17:52:58 -0500 |
| commit | bd603e58152d0b84f72c5461012fab9046411fc8 (patch) | |
| tree | 02de096e09e45a5267e83ccd35cbb5987837c80b /src/simulation.h | |
| parent | 4c73347244a51bdd3f25e751afe641664e56ca3f (diff) | |
| download | dispatcher-bd603e58152d0b84f72c5461012fab9046411fc8.tar.gz dispatcher-bd603e58152d0b84f72c5461012fab9046411fc8.tar.bz2 dispatcher-bd603e58152d0b84f72c5461012fab9046411fc8.zip | |
active_ | entityView() -> entityRange()
Diffstat (limited to 'src/simulation.h')
| -rw-r--r-- | src/simulation.h | 10 |
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 | |||
| 62 | private: | 72 | private: |
| 63 | 73 | ||
| 64 | 74 | ||
