MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / ParticleSystem

Method ParticleSystem

plugins/animate/fire/particle.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected