summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r--src/particle/particle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h
index 7f3a743bf..e33bb986c 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -248,6 +248,8 @@ class Particle notfinal : public Actor
bool isAlive() const A_WARN_UNUSED
{ return mAlive == ALIVE; }
+ void prepareToDie();
+
/**
* Determines whether the particle and its children are all dead
*/