| 37 | void set_initer(ParticleIniter init); |
| 38 | |
| 39 | ParticleSystem(const ParticleSystem &) = delete; |
| 40 | ParticleSystem(ParticleSystem &&) = delete; |
| 41 | ParticleSystem& operator =(const ParticleSystem&) = delete; |
| 42 | ParticleSystem& operator =(ParticleSystem&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected